Html Css Color HEX #E42AAB Persian Rose

📋 copy color: '#E42AAB'

red 228 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #E42AAB

Tints of Persian Rose #E42AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.52%

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

R = 51.7%
G = 9.52%
B = 38.78%

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

#E42AAB (or 0xE42AAB) is known color: Persian Rose. HEX triplet: E4, 2A and AB. RGB value is (228,42,171). Sum of RGB (Red+Green+Blue) = 228+42+171=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42AAB is #1BD554. Grayscale: #6F6F6F. Windows color (decimal): -1824085 or 11217636. OLE color: 11217636.

HSL color Cylindrical-coordinate representation of color #E42AAB: hue angle of 318.39º degrees, saturation: 0.77, 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 #E42AAB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 171 -
CMYK 0 0.82 0.25 0.11
HSL 318.39º 0.78% 0.53% -
HSV(B) 318.39º 0.82% 0.89% -
XYZ 40.17 21.09 40.48 -
YUV 112.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 228 42 171 0 0.82 0.25 0.11 318.39 0.78 0.53
Hex E4 2A AB 0 52 19 B 13E 4E 35
Octal 344 52 253 0 122 31 13 476 116 65
Binary 11100100 101010 10101011 0 1010010 11001 1011 100111110 1001110 110101

Color Harmonies of #E42AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AAB

Black with #E42AAB

Text Example


Text Example

White with #E42AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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