Html Css Color HEX #E080BA Persian Pink

📋 copy color: '#E080BA'

red 224 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #E080BA

Tints of Persian Pink #E080BA

RGB

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

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

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

R = 41.64%
G = 23.79%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E080BA (or 0xE080BA) is known color: Persian Pink. HEX triplet: E0, 80 and BA. RGB value is (224,128,186). Sum of RGB (Red+Green+Blue) = 224+128+186=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E080BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080BA is #1F7F45. Grayscale: #A3A3A3. Windows color (decimal): -2064198 or 12222688. OLE color: 12222688.

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

Color convert

RGB 224 128 186 -
CMYK 0 0.43 0.17 0.12
HSL 323.75º 0.61% 0.69% -
HSV(B) 323.75º 0.43% 0.88% -
XYZ 47.32 34.83 50.68 -
YUV 163.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 224 128 186 0 0.43 0.17 0.12 323.75 0.61 0.69
Hex E0 80 BA 0 2B 11 C 144 3D 45
Octal 340 200 272 0 53 21 14 504 75 105
Binary 11100000 10000000 10111010 0 101011 10001 1100 101000100 111101 1000101

Color Harmonies of #E080BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080BA

Black with #E080BA

Text Example


Text Example

White with #E080BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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