Html Css Color HEX #E371BA Persian Pink

📋 copy color: '#E371BA'

red 227 ◦ green 113 ◦ blue 186

#E371BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E371BA

Tints of Persian Pink #E371BA

RGB

 RED value IS 227 (89.06% from 255) = 43.16%

 GREEN value IS 113 (44.53% from 255) = 21.48%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 43.16%
G = 21.48%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E371BA (or 0xE371BA) is known color: Persian Pink. HEX triplet: E3, 71 and BA. RGB value is (227,113,186). Sum of RGB (Red+Green+Blue) = 227+113+186=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BA is #1C8E45. Grayscale: #9B9B9B. Windows color (decimal): -1871430 or 12218851. OLE color: 12218851.

HSL color Cylindrical-coordinate representation of color #E371BA: hue angle of 321.58º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371BA is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 113 186 -
CMYK 0 0.50 0.18 0.11
HSL 321.58º 0.67% 0.67% -
HSV(B) 321.58º 0.5% 0.89% -
XYZ 46.45 31.69 50.12 -
YUV 155.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 227 113 186 0 0.50 0.18 0.11 321.58 0.67 0.67
Hex E3 71 BA 0 32 12 B 142 43 43
Octal 343 161 272 0 62 22 13 502 103 103
Binary 11100011 1110001 10111010 0 110010 10010 1011 101000010 1000011 1000011

Color Harmonies of #E371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371BA

Black with #E371BA

Text Example


Text Example

White with #E371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371BA; }

 p { color: rgb(227,113,186); }

 H1.HeaderClassName
 {
   color: #E371BA;
 }
 .AnyTagClassName
 {
   color: #E371BA;
 }
</style>

background-color css

<style>
 a { background-color: #E371BA; }

 a { background-color: rgb(227,113,186); }

 div.DivClassName
 {
   background-color: #E371BA;
 }
 .BgClassName
 {
   background-color: #E371BA;
 }
</style>

border-color css

<style>
 span { border-color: #E371BA; }

 span { border-color: rgb(227,113,186); }

 td.TdClassName
 {
   border-color: #E371BA;
 }
 .TagClassName
 {
   border-color: #E371BA;
 }
</style>