Html Css Color HEX #E42AAC Persian Rose

📋 copy color: '#E42AAC'

red 228 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #E42AAC

Tints of Persian Rose #E42AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 51.58%
G = 9.5%
B = 38.91%

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

#E42AAC (or 0xE42AAC) is known color: Persian Rose. HEX triplet: E4, 2A and AC. RGB value is (228,42,172). Sum of RGB (Red+Green+Blue) = 228+42+172=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42AAC is #1BD553. Grayscale: #707070. Windows color (decimal): -1824084 or 11283172. OLE color: 11283172.

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

Color convert

RGB 228 42 172 -
CMYK 0 0.82 0.25 0.11
HSL 318.06º 0.78% 0.53% -
HSV(B) 318.06º 0.82% 0.89% -
XYZ 40.27 21.13 40.99 -
YUV 112.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 228 42 172 0 0.82 0.25 0.11 318.06 0.78 0.53
Hex E4 2A AC 0 52 19 B 13E 4E 35
Octal 344 52 254 0 122 31 13 476 116 65
Binary 11100100 101010 10101100 0 1010010 11001 1011 100111110 1001110 110101

Color Harmonies of #E42AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AAC

Black with #E42AAC

Text Example


Text Example

White with #E42AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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