Html Css Color HEX #E422CC Razzle Dazzle Rose

📋 copy color: '#E422CC'

red 228 ◦ green 34 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E422CC

Tints of Razzle Dazzle Rose #E422CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.3%

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

R = 48.93%
G = 7.3%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E422CC (or 0xE422CC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 22 and CC. RGB value is (228,34,204). Sum of RGB (Red+Green+Blue) = 228+34+204=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E422CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E422CC is #1BDD33. Grayscale: #6E6E6E. Windows color (decimal): -1826100 or 13378276. OLE color: 13378276.

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

Color convert

RGB 228 34 204 -
CMYK 0 0.85 0.11 0.11
HSL 307.42º 0.78% 0.51% -
HSV(B) 307.42º 0.85% 0.89% -
XYZ 43.47 22 59.08 -
YUV 111.39 180.27 211.18 -
System Red Green Blue C M Y K H S L
Decimal 228 34 204 0 0.85 0.11 0.11 307.42 0.78 0.51
Hex E4 22 CC 0 55 B B 133 4E 33
Octal 344 42 314 0 125 13 13 463 116 63
Binary 11100100 100010 11001100 0 1010101 1011 1011 100110011 1001110 110011

Color Harmonies of #E422CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422CC

Black with #E422CC

Text Example


Text Example

White with #E422CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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