#E422CE

Color #E422CE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E422CE

Tints of Razzle Dazzle Rose #E422CE

Color information

#E422CE (or 0xE422CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 22 and CE. RGB value is (228,34,206). Sum of RGB (Red+Green+Blue) = 228+34+206=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E422CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E422CE is #1BDD31. Grayscale: #6F6F6F. Windows color (decimal): -1826098 or 13509348. OLE color: 13509348.

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

Color convert

RGB22834206-
CMYK00.850.100.11
HSL306.8º78.23%51.37%-
HSV(B)306.8º85.09%89.41%-
XYZ43.7122.0960.35-
YUV111.61181.27211.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 34 (13.67% from 255) = 7.26%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=48.72%
G=7.26%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283420600.850.100.11306.878.2351.37
HexE422CE055AB1334e33
Octal344423160125121346311663
Binary111001001000101100111001010101101010111001100111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E422CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E422CE; }

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

 H1.HeaderClassName
 {
   color: #E422CE;
 }
 .AnyTagClassName
 {
   color: #E422CE;
 }
</style>
background-color css

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

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

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

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

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

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