Html Css Color HEX #E071BF Persian Pink

📋 copy color: '#E071BF'

red 224 ◦ green 113 ◦ blue 191

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

Shades of Persian Pink #E071BF

Tints of Persian Pink #E071BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.17%

R = 42.42%
G = 21.4%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E071BF (or 0xE071BF) is known color: Persian Pink. HEX triplet: E0, 71 and BF. RGB value is (224,113,191). Sum of RGB (Red+Green+Blue) = 224+113+191=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E071BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071BF is #1F8E40. Grayscale: #9A9A9A. Windows color (decimal): -2068033 or 12546528. OLE color: 12546528.

HSL color Cylindrical-coordinate representation of color #E071BF: hue angle of 317.84º 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 #E071BF is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 191 -
CMYK 0 0.50 0.15 0.12
HSL 317.84º 0.64% 0.66% -
HSV(B) 317.84º 0.5% 0.88% -
XYZ 46.05 31.42 52.93 -
YUV 155.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 224 113 191 0 0.50 0.15 0.12 317.84 0.64 0.66
Hex E0 71 BF 0 32 F C 13E 40 42
Octal 340 161 277 0 62 17 14 476 100 102
Binary 11100000 1110001 10111111 0 110010 1111 1100 100111110 1000000 1000010

Color Harmonies of #E071BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071BF

Black with #E071BF

Text Example


Text Example

White with #E071BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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