Html Css Color HEX #EE30D8 Razzle Dazzle Rose

📋 copy color: '#EE30D8'

red 238 ◦ green 48 ◦ blue 216

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

Shades of Razzle Dazzle Rose #EE30D8

Tints of Razzle Dazzle Rose #EE30D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 47.41%
G = 9.56%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE30D8 (or 0xEE30D8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and D8. RGB value is (238,48,216). Sum of RGB (Red+Green+Blue) = 238+48+216=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30D8 is #11CF27. Grayscale: #7B7B7B. Windows color (decimal): -1167144 or 14168302. OLE color: 14168302.

HSL color Cylindrical-coordinate representation of color #EE30D8: hue angle of 306.95º 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 #EE30D8 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 216 -
CMYK 0 0.80 0.09 0.07
HSL 306.95º 0.85% 0.56% -
HSV(B) 306.95º 0.8% 0.93% -
XYZ 48.71 25.25 67.27 -
YUV 123.96 179.95 209.34 -
System Red Green Blue C M Y K H S L
Decimal 238 48 216 0 0.80 0.09 0.07 306.95 0.85 0.56
Hex EE 30 D8 0 50 9 7 133 55 38
Octal 356 60 330 0 120 11 7 463 125 70
Binary 11101110 110000 11011000 0 1010000 1001 111 100110011 1010101 111000

Color Harmonies of #EE30D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30D8

Black with #EE30D8

Text Example


Text Example

White with #EE30D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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