Html Css Color HEX #E42CCC Razzle Dazzle Rose

📋 copy color: '#E42CCC'

red 228 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E42CCC

Tints of Razzle Dazzle Rose #E42CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

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

R = 47.9%
G = 9.24%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E42CCC (or 0xE42CCC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and CC. RGB value is (228,44,204). Sum of RGB (Red+Green+Blue) = 228+44+204=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CCC is #1BD333. Grayscale: #747474. Windows color (decimal): -1823540 or 13380836. OLE color: 13380836.

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

Color convert

RGB 228 44 204 -
CMYK 0 0.81 0.11 0.11
HSL 307.83º 0.77% 0.53% -
HSV(B) 307.83º 0.81% 0.89% -
XYZ 43.79 22.65 59.19 -
YUV 117.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 228 44 204 0 0.81 0.11 0.11 307.83 0.77 0.53
Hex E4 2C CC 0 51 B B 134 4D 35
Octal 344 54 314 0 121 13 13 464 115 65
Binary 11100100 101100 11001100 0 1010001 1011 1011 100110100 1001101 110101

Color Harmonies of #E42CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42CCC

Black with #E42CCC

Text Example


Text Example

White with #E42CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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