#E239D0

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

Shades of Razzle Dazzle Rose #E239D0

Tints of Razzle Dazzle Rose #E239D0

Color information

#E239D0 (or 0xE239D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 39 and D0. RGB value is (226,57,208). Sum of RGB (Red+Green+Blue) = 226+57+208=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E239D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239D0 is #1DC62F. Grayscale: #7C7C7C. Windows color (decimal): -1951280 or 13646306. OLE color: 13646306.

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

Color convert

RGB22657208-
CMYK00.750.080.11
HSL306.39º74.45%55.49%-
HSV(B)306.39º74.78%88.63%-
XYZ44.2123.6561.91-
YUV124.74174.99200.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 57 (22.66% from 255) = 11.61%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=46.03%
G=11.61%
B=42.36%

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
Decimal2265720800.750.080.11306.3974.4555.49
HexE239D004B8B1324a37
Octal342713200113101346211267
Binary111000101110011101000001001011100010111001100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E239D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E239D0; }

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

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

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

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

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

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

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

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