#EE3BDB

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

Shades of Razzle Dazzle Rose #EE3BDB

Tints of Razzle Dazzle Rose #EE3BDB

Color information

#EE3BDB (or 0xEE3BDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 3B and DB. RGB value is (238,59,219). Sum of RGB (Red+Green+Blue) = 238+59+219=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BDB is #11C424. Grayscale: #828282. Windows color (decimal): -1164325 or 14367726. OLE color: 14367726.

HSL color Cylindrical-coordinate representation of color #EE3BDB: hue angle of 306.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3BDB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23859219-
CMYK00.750.080.07
HSL306.37º84.04%58.24%-
HSV(B)306.37º75.21%93.33%-
XYZ49.6126.4269.5-
YUV130.76177.8204.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 59 (23.44% from 255) = 11.43%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=46.12%
G=11.43%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385921900.750.080.07306.3784.0458.24
HexEE3BDB04B87132543a
Octal35673333011310746212472
Binary11101110111011110110110100101110001111001100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3BDB; }

 p { color: rgb(238,59,219); }

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

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

 a { background-color: rgb(238,59,219); }

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

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

 span { border-color: rgb(238,59,219); }

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