#E232CE

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

Shades of Razzle Dazzle Rose #E232CE

Tints of Razzle Dazzle Rose #E232CE

Color information

#E232CE (or 0xE232CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 32 and CE. RGB value is (226,50,206). Sum of RGB (Red+Green+Blue) = 226+50+206=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E232CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232CE is #1DCD31. Grayscale: #777777. Windows color (decimal): -1953074 or 13513442. OLE color: 13513442.

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

Color convert

RGB22650206-
CMYK00.780.090.11
HSL306.82º75.21%54.12%-
HSV(B)306.82º77.88%88.63%-
XYZ43.6522.9160.51-
YUV120.41176.31203.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 50 (19.92% from 255) = 10.37%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=46.89%
G=10.37%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265020600.780.090.11306.8275.2154.12
HexE232CE04E9B1334b36
Octal342623160116111346311366
Binary111000101100101100111001001110100110111001100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E232CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E232CE; }

 p { color: rgb(226,50,206); }

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

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

 a { background-color: rgb(226,50,206); }

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

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

 span { border-color: rgb(226,50,206); }

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