Html Css Color HEX #E42DAC Persian Rose

📋 copy color: '#E42DAC'

red 228 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #E42DAC

Tints of Persian Rose #E42DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

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

R = 51.24%
G = 10.11%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E42DAC (or 0xE42DAC) is known color: Persian Rose. HEX triplet: E4, 2D and AC. RGB value is (228,45,172). Sum of RGB (Red+Green+Blue) = 228+45+172=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42DAC is #1BD253. Grayscale: #717171. Windows color (decimal): -1823316 or 11283940. OLE color: 11283940.

HSL color Cylindrical-coordinate representation of color #E42DAC: hue angle of 318.36º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DAC is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 172 -
CMYK 0 0.80 0.25 0.11
HSL 318.36º 0.77% 0.54% -
HSV(B) 318.36º 0.8% 0.89% -
XYZ 40.38 21.35 41.02 -
YUV 114.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 228 45 172 0 0.80 0.25 0.11 318.36 0.77 0.54
Hex E4 2D AC 0 50 19 B 13E 4D 36
Octal 344 55 254 0 120 31 13 476 115 66
Binary 11100100 101101 10101100 0 1010000 11001 1011 100111110 1001101 110110

Color Harmonies of #E42DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42DAC

Black with #E42DAC

Text Example


Text Example

White with #E42DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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