Html Css Color HEX #EE30E8 Razzle Dazzle Rose

📋 copy color: '#EE30E8'

red 238 ◦ green 48 ◦ blue 232

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

Shades of Razzle Dazzle Rose #EE30E8

Tints of Razzle Dazzle Rose #EE30E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.79%

R = 45.95%
G = 9.27%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE30E8 (or 0xEE30E8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and E8. RGB value is (238,48,232). Sum of RGB (Red+Green+Blue) = 238+48+232=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30E8 is #11CF17. Grayscale: #7D7D7D. Windows color (decimal): -1167128 or 15216878. OLE color: 15216878.

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

Color convert

RGB 238 48 232 -
CMYK 0 0.80 0.03 0.07
HSL 301.89º 0.85% 0.56% -
HSV(B) 301.89º 0.8% 0.93% -
XYZ 50.88 26.12 78.7 -
YUV 125.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 238 48 232 0 0.80 0.03 0.07 301.89 0.85 0.56
Hex EE 30 E8 0 50 3 7 12E 55 38
Octal 356 60 350 0 120 3 7 456 125 70
Binary 11101110 110000 11101000 0 1010000 11 111 100101110 1010101 111000

Color Harmonies of #EE30E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30E8

Black with #EE30E8

Text Example


Text Example

White with #EE30E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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