Html Css Color HEX #E080BD Persian Pink

📋 copy color: '#E080BD'

red 224 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #E080BD

Tints of Persian Pink #E080BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 41.4%
G = 23.66%
B = 34.94%

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

#E080BD (or 0xE080BD) is known color: Persian Pink. HEX triplet: E0, 80 and BD. RGB value is (224,128,189). Sum of RGB (Red+Green+Blue) = 224+128+189=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E080BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080BD is #1F7F42. Grayscale: #A3A3A3. Windows color (decimal): -2064195 or 12419296. OLE color: 12419296.

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

Color convert

RGB 224 128 189 -
CMYK 0 0.43 0.16 0.12
HSL 321.88º 0.61% 0.69% -
HSV(B) 321.88º 0.43% 0.88% -
XYZ 47.64 34.96 52.38 -
YUV 163.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 224 128 189 0 0.43 0.16 0.12 321.88 0.61 0.69
Hex E0 80 BD 0 2B 10 C 142 3D 45
Octal 340 200 275 0 53 20 14 502 75 105
Binary 11100000 10000000 10111101 0 101011 10000 1100 101000010 111101 1000101

Color Harmonies of #E080BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080BD

Black with #E080BD

Text Example


Text Example

White with #E080BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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