#E239CF

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

Shades of Razzle Dazzle Rose #E239CF

Tints of Razzle Dazzle Rose #E239CF

Color information

#E239CF (or 0xE239CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 39 and CF. RGB value is (226,57,207). Sum of RGB (Red+Green+Blue) = 226+57+207=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E239CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239CF is #1DC630. Grayscale: #7C7C7C. Windows color (decimal): -1951281 or 13580770. OLE color: 13580770.

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

Color convert

RGB22657207-
CMYK00.750.080.11
HSL306.75º74.45%55.49%-
HSV(B)306.75º74.78%88.63%-
XYZ44.0923.661.26-
YUV124.63174.49200.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.12%
GREEN value IS 57 (22.66% from 255) = 11.63%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=46.12%
G=11.63%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265720700.750.080.11306.7574.4555.49
HexE239CF04B8B1334a37
Octal342713170113101346311267
Binary111000101110011100111101001011100010111001100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E239CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E239CF; }

 p { color: rgb(226,57,207); }

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

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

 a { background-color: rgb(226,57,207); }

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

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

 span { border-color: rgb(226,57,207); }

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