Html Css Color HEX #EE30C7 Razzle Dazzle Rose

📋 copy color: '#EE30C7'

red 238 ◦ green 48 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EE30C7

Tints of Razzle Dazzle Rose #EE30C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 49.07%
G = 9.9%
B = 41.03%

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

#EE30C7 (or 0xEE30C7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and C7. RGB value is (238,48,199). Sum of RGB (Red+Green+Blue) = 238+48+199=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30C7 is #11CF38. Grayscale: #797979. Windows color (decimal): -1167161 or 13054190. OLE color: 13054190.

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

Color convert

RGB 238 48 199 -
CMYK 0 0.80 0.16 0.07
HSL 312.32º 0.85% 0.56% -
HSV(B) 312.32º 0.8% 0.93% -
XYZ 46.63 24.41 56.29 -
YUV 122.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 238 48 199 0 0.80 0.16 0.07 312.32 0.85 0.56
Hex EE 30 C7 0 50 10 7 138 55 38
Octal 356 60 307 0 120 20 7 470 125 70
Binary 11101110 110000 11000111 0 1010000 10000 111 100111000 1010101 111000

Color Harmonies of #EE30C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30C7

Black with #EE30C7

Text Example


Text Example

White with #EE30C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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