Html Css Color HEX #EE30CE Razzle Dazzle Rose

📋 copy color: '#EE30CE'

red 238 ◦ green 48 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EE30CE

Tints of Razzle Dazzle Rose #EE30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 48.37%
G = 9.76%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE30CE (or 0xEE30CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and CE. RGB value is (238,48,206). Sum of RGB (Red+Green+Blue) = 238+48+206=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30CE is #11CF31. Grayscale: #7A7A7A. Windows color (decimal): -1167154 or 13512942. OLE color: 13512942.

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

Color convert

RGB 238 48 206 -
CMYK 0 0.80 0.13 0.07
HSL 310.11º 0.85% 0.56% -
HSV(B) 310.11º 0.8% 0.93% -
XYZ 47.46 24.75 60.67 -
YUV 122.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 238 48 206 0 0.80 0.13 0.07 310.11 0.85 0.56
Hex EE 30 CE 0 50 D 7 136 55 38
Octal 356 60 316 0 120 15 7 466 125 70
Binary 11101110 110000 11001110 0 1010000 1101 111 100110110 1010101 111000

Color Harmonies of #EE30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30CE

Black with #EE30CE

Text Example


Text Example

White with #EE30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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