Html Css Color HEX #EE30C8 Razzle Dazzle Rose

📋 copy color: '#EE30C8'

red 238 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EE30C8

Tints of Razzle Dazzle Rose #EE30C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.15%

R = 48.97%
G = 9.88%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE30C8 (or 0xEE30C8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and C8. RGB value is (238,48,200). Sum of RGB (Red+Green+Blue) = 238+48+200=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30C8 is #11CF37. Grayscale: #797979. Windows color (decimal): -1167160 or 13119726. OLE color: 13119726.

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

Color convert

RGB 238 48 200 -
CMYK 0 0.80 0.16 0.07
HSL 312º 0.85% 0.56% -
HSV(B) 312º 0.8% 0.93% -
XYZ 46.74 24.46 56.9 -
YUV 122.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 238 48 200 0 0.80 0.16 0.07 312 0.85 0.56
Hex EE 30 C8 0 50 10 7 138 55 38
Octal 356 60 310 0 120 20 7 470 125 70
Binary 11101110 110000 11001000 0 1010000 10000 111 100111000 1010101 111000

Color Harmonies of #EE30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30C8

Black with #EE30C8

Text Example


Text Example

White with #EE30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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