Html Css Color HEX #E028AA Persian Rose

📋 copy color: '#E028AA'

red 224 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #E028AA

Tints of Persian Rose #E028AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.22%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 51.61%
G = 9.22%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E028AA (or 0xE028AA) is known color: Persian Rose. HEX triplet: E0, 28 and AA. RGB value is (224,40,170). Sum of RGB (Red+Green+Blue) = 224+40+170=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E028AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E028AA is #1FD755. Grayscale: #6D6D6D. Windows color (decimal): -2086742 or 11151584. OLE color: 11151584.

HSL color Cylindrical-coordinate representation of color #E028AA: hue angle of 317.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028AA is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 40 170 -
CMYK 0 0.82 0.24 0.12
HSL 317.61º 0.75% 0.52% -
HSV(B) 317.61º 0.82% 0.88% -
XYZ 38.75 20.27 39.9 -
YUV 109.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 224 40 170 0 0.82 0.24 0.12 317.61 0.75 0.52
Hex E0 28 AA 0 52 18 C 13E 4B 34
Octal 340 50 252 0 122 30 14 476 113 64
Binary 11100000 101000 10101010 0 1010010 11000 1100 100111110 1001011 110100

Color Harmonies of #E028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028AA

Black with #E028AA

Text Example


Text Example

White with #E028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028AA; }

 p { color: rgb(224,40,170); }

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

background-color css

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

 a { background-color: rgb(224,40,170); }

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

border-color css

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

 span { border-color: rgb(224,40,170); }

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