Html Css Color HEX #E071B6 Persian Pink

📋 copy color: '#E071B6'

red 224 ◦ green 113 ◦ blue 182

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

Shades of Persian Pink #E071B6

Tints of Persian Pink #E071B6

RGB

 RED value IS 224 (87.89% from 255) = 43.16%

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 43.16%
G = 21.77%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E071B6 (or 0xE071B6) is known color: Persian Pink. HEX triplet: E0, 71 and B6. RGB value is (224,113,182). Sum of RGB (Red+Green+Blue) = 224+113+182=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E071B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071B6 is #1F8E49. Grayscale: #999999. Windows color (decimal): -2068042 or 11956704. OLE color: 11956704.

HSL color Cylindrical-coordinate representation of color #E071B6: hue angle of 322.7º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071B6 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 182 -
CMYK 0 0.50 0.19 0.12
HSL 322.7º 0.64% 0.66% -
HSV(B) 322.7º 0.5% 0.88% -
XYZ 45.09 31.03 47.87 -
YUV 154.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 224 113 182 0 0.50 0.19 0.12 322.7 0.64 0.66
Hex E0 71 B6 0 32 13 C 143 40 42
Octal 340 161 266 0 62 23 14 503 100 102
Binary 11100000 1110001 10110110 0 110010 10011 1100 101000011 1000000 1000010

Color Harmonies of #E071B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071B6

Black with #E071B6

Text Example


Text Example

White with #E071B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071B6; }

 p { color: rgb(224,113,182); }

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

background-color css

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

 a { background-color: rgb(224,113,182); }

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

border-color css

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

 span { border-color: rgb(224,113,182); }

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