Html Css Color HEX #E029AB Persian Rose

📋 copy color: '#E029AB'

red 224 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #E029AB

Tints of Persian Rose #E029AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 51.38%
G = 9.4%
B = 39.22%

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

#E029AB (or 0xE029AB) is known color: Persian Rose. HEX triplet: E0, 29 and AB. RGB value is (224,41,171). Sum of RGB (Red+Green+Blue) = 224+41+171=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E029AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029AB is #1FD654. Grayscale: #6E6E6E. Windows color (decimal): -2086485 or 11217376. OLE color: 11217376.

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

Color convert

RGB 224 41 171 -
CMYK 0 0.82 0.24 0.12
HSL 317.38º 0.75% 0.52% -
HSV(B) 317.38º 0.82% 0.88% -
XYZ 38.88 20.37 40.41 -
YUV 110.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 224 41 171 0 0.82 0.24 0.12 317.38 0.75 0.52
Hex E0 29 AB 0 52 18 C 13D 4B 34
Octal 340 51 253 0 122 30 14 475 113 64
Binary 11100000 101001 10101011 0 1010010 11000 1100 100111101 1001011 110100

Color Harmonies of #E029AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029AB

Black with #E029AB

Text Example


Text Example

White with #E029AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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