Html Css Color HEX #E080BC Persian Pink

📋 copy color: '#E080BC'

red 224 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #E080BC

Tints of Persian Pink #E080BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.7%

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 41.48%
G = 23.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E080BC (or 0xE080BC) is known color: Persian Pink. HEX triplet: E0, 80 and BC. RGB value is (224,128,188). Sum of RGB (Red+Green+Blue) = 224+128+188=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E080BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080BC is #1F7F43. Grayscale: #A3A3A3. Windows color (decimal): -2064196 or 12353760. OLE color: 12353760.

HSL color Cylindrical-coordinate representation of color #E080BC: hue angle of 322.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080BC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 188 -
CMYK 0 0.43 0.16 0.12
HSL 322.5º 0.61% 0.69% -
HSV(B) 322.5º 0.43% 0.88% -
XYZ 47.54 34.92 51.81 -
YUV 163.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 224 128 188 0 0.43 0.16 0.12 322.5 0.61 0.69
Hex E0 80 BC 0 2B 10 C 142 3D 45
Octal 340 200 274 0 53 20 14 502 75 105
Binary 11100000 10000000 10111100 0 101011 10000 1100 101000010 111101 1000101

Color Harmonies of #E080BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080BC

Black with #E080BC

Text Example


Text Example

White with #E080BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080BC; }

 p { color: rgb(224,128,188); }

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

background-color css

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

 a { background-color: rgb(224,128,188); }

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

border-color css

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

 span { border-color: rgb(224,128,188); }

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