Html Css Color HEX #EE30DB Razzle Dazzle Rose

📋 copy color: '#EE30DB'

red 238 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE30DB

Tints of Razzle Dazzle Rose #EE30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.5%

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

R = 47.13%
G = 9.5%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE30DB (or 0xEE30DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and DB. RGB value is (238,48,219). Sum of RGB (Red+Green+Blue) = 238+48+219=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30DB is #11CF24. Grayscale: #7B7B7B. Windows color (decimal): -1167141 or 14364910. OLE color: 14364910.

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

Color convert

RGB 238 48 219 -
CMYK 0 0.80 0.08 0.07
HSL 306º 0.85% 0.56% -
HSV(B) 306º 0.8% 0.93% -
XYZ 49.1 25.41 69.33 -
YUV 124.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 238 48 219 0 0.80 0.08 0.07 306 0.85 0.56
Hex EE 30 DB 0 50 8 7 132 55 38
Octal 356 60 333 0 120 10 7 462 125 70
Binary 11101110 110000 11011011 0 1010000 1000 111 100110010 1010101 111000

Color Harmonies of #EE30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30DB

Black with #EE30DB

Text Example


Text Example

White with #EE30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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