Html Css Color HEX #E42ACC Razzle Dazzle Rose

📋 copy color: '#E42ACC'

red 228 ◦ green 42 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E42ACC

Tints of Razzle Dazzle Rose #E42ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 48.1%
G = 8.86%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E42ACC (or 0xE42ACC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and CC. RGB value is (228,42,204). Sum of RGB (Red+Green+Blue) = 228+42+204=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ACC is #1BD533. Grayscale: #737373. Windows color (decimal): -1824052 or 13380324. OLE color: 13380324.

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

Color convert

RGB 228 42 204 -
CMYK 0 0.82 0.11 0.11
HSL 307.74º 0.78% 0.53% -
HSV(B) 307.74º 0.82% 0.89% -
XYZ 43.72 22.51 59.17 -
YUV 116.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 228 42 204 0 0.82 0.11 0.11 307.74 0.78 0.53
Hex E4 2A CC 0 52 B B 134 4E 35
Octal 344 52 314 0 122 13 13 464 116 65
Binary 11100100 101010 11001100 0 1010010 1011 1011 100110100 1001110 110101

Color Harmonies of #E42ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ACC

Black with #E42ACC

Text Example


Text Example

White with #E42ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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