Html Css Color HEX #EE33DB Razzle Dazzle Rose

📋 copy color: '#EE33DB'

red 238 ◦ green 51 ◦ blue 219

#EE33DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EE33DB

Tints of Razzle Dazzle Rose #EE33DB

RGB

 RED value IS 238 (93.36% from 255) = 46.85%

 GREEN value IS 51 (20.31% from 255) = 10.04%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 46.85%
G = 10.04%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE33DB (or 0xEE33DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and DB. RGB value is (238,51,219). Sum of RGB (Red+Green+Blue) = 238+51+219=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33DB is #11CC24. Grayscale: #7D7D7D. Windows color (decimal): -1166373 or 14365678. OLE color: 14365678.

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

Color convert

RGB 238 51 219 -
CMYK 0 0.79 0.08 0.07
HSL 306.1º 0.85% 0.57% -
HSV(B) 306.1º 0.79% 0.93% -
XYZ 49.23 25.66 69.38 -
YUV 126.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 238 51 219 0 0.79 0.08 0.07 306.1 0.85 0.57
Hex EE 33 DB 0 4F 8 7 132 55 39
Octal 356 63 333 0 117 10 7 462 125 71
Binary 11101110 110011 11011011 0 1001111 1000 111 100110010 1010101 111001

Color Harmonies of #EE33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33DB

Black with #EE33DB

Text Example


Text Example

White with #EE33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33DB; }

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

 H1.HeaderClassName
 {
   color: #EE33DB;
 }
 .AnyTagClassName
 {
   color: #EE33DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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