Html Css Color HEX #E029A5 Persian Rose

📋 copy color: '#E029A5'

red 224 ◦ green 41 ◦ blue 165

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

Shades of Persian Rose #E029A5

Tints of Persian Rose #E029A5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 52.09%
G = 9.53%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E029A5 (or 0xE029A5) is known color: Persian Rose. HEX triplet: E0, 29 and A5. RGB value is (224,41,165). Sum of RGB (Red+Green+Blue) = 224+41+165=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E029A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029A5 is #1FD65A. Grayscale: #6D6D6D. Windows color (decimal): -2086491 or 10824160. OLE color: 10824160.

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

Color convert

RGB 224 41 165 -
CMYK 0 0.82 0.26 0.12
HSL 319.34º 0.75% 0.52% -
HSV(B) 319.34º 0.82% 0.88% -
XYZ 38.32 20.15 37.47 -
YUV 109.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 224 41 165 0 0.82 0.26 0.12 319.34 0.75 0.52
Hex E0 29 A5 0 52 1A C 13F 4B 34
Octal 340 51 245 0 122 32 14 477 113 64
Binary 11100000 101001 10100101 0 1010010 11010 1100 100111111 1001011 110100

Color Harmonies of #E029A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029A5

Black with #E029A5

Text Example


Text Example

White with #E029A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029A5; }

 p { color: rgb(224,41,165); }

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

background-color css

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

 a { background-color: rgb(224,41,165); }

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

border-color css

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

 span { border-color: rgb(224,41,165); }

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