Html Css Color HEX #EE40DB Razzle Dazzle Rose

📋 copy color: '#EE40DB'

red 238 ◦ green 64 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE40DB

Tints of Razzle Dazzle Rose #EE40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.28%

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

R = 45.68%
G = 12.28%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE40DB (or 0xEE40DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and DB. RGB value is (238,64,219). Sum of RGB (Red+Green+Blue) = 238+64+219=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40DB is #11BF24. Grayscale: #858585. Windows color (decimal): -1163045 or 14369006. OLE color: 14369006.

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

Color convert

RGB 238 64 219 -
CMYK 0 0.73 0.08 0.07
HSL 306.55º 0.84% 0.59% -
HSV(B) 306.55º 0.73% 0.93% -
XYZ 49.88 26.96 69.59 -
YUV 133.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 238 64 219 0 0.73 0.08 0.07 306.55 0.84 0.59
Hex EE 40 DB 0 49 8 7 133 54 3B
Octal 356 100 333 0 111 10 7 463 124 73
Binary 11101110 1000000 11011011 0 1001001 1000 111 100110011 1010100 111011

Color Harmonies of #EE40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40DB

Black with #EE40DB

Text Example


Text Example

White with #EE40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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