Html Css Color HEX #E429AB Persian Rose

📋 copy color: '#E429AB'

red 228 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #E429AB

Tints of Persian Rose #E429AB

RGB

 RED value IS 228 (89.45% from 255) = 51.82%

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

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

R = 51.82%
G = 9.32%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E429AB (or 0xE429AB) is known color: Persian Rose. HEX triplet: E4, 29 and AB. RGB value is (228,41,171). Sum of RGB (Red+Green+Blue) = 228+41+171=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E429AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E429AB is #1BD654. Grayscale: #6F6F6F. Windows color (decimal): -1824341 or 11217380. OLE color: 11217380.

HSL color Cylindrical-coordinate representation of color #E429AB: hue angle of 318.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E429AB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 171 -
CMYK 0 0.82 0.25 0.11
HSL 318.29º 0.78% 0.53% -
HSV(B) 318.29º 0.82% 0.89% -
XYZ 40.14 21.02 40.47 -
YUV 111.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 228 41 171 0 0.82 0.25 0.11 318.29 0.78 0.53
Hex E4 29 AB 0 52 19 B 13E 4E 35
Octal 344 51 253 0 122 31 13 476 116 65
Binary 11100100 101001 10101011 0 1010010 11001 1011 100111110 1001110 110101

Color Harmonies of #E429AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429AB

Black with #E429AB

Text Example


Text Example

White with #E429AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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