Html Css Color HEX #E071BB Persian Pink

📋 copy color: '#E071BB'

red 224 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #E071BB

Tints of Persian Pink #E071BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 42.75%
G = 21.56%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E071BB (or 0xE071BB) is known color: Persian Pink. HEX triplet: E0, 71 and BB. RGB value is (224,113,187). Sum of RGB (Red+Green+Blue) = 224+113+187=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E071BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071BB is #1F8E44. Grayscale: #9A9A9A. Windows color (decimal): -2068037 or 12284384. OLE color: 12284384.

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

Color convert

RGB 224 113 187 -
CMYK 0 0.50 0.17 0.12
HSL 320º 0.64% 0.66% -
HSV(B) 320º 0.5% 0.88% -
XYZ 45.62 31.25 50.64 -
YUV 154.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 224 113 187 0 0.50 0.17 0.12 320 0.64 0.66
Hex E0 71 BB 0 32 11 C 140 40 42
Octal 340 161 273 0 62 21 14 500 100 102
Binary 11100000 1110001 10111011 0 110010 10001 1100 101000000 1000000 1000010

Color Harmonies of #E071BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071BB

Black with #E071BB

Text Example


Text Example

White with #E071BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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