Html Css Color HEX #EE30C5 Razzle Dazzle Rose

📋 copy color: '#EE30C5'

red 238 ◦ green 48 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EE30C5

Tints of Razzle Dazzle Rose #EE30C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 49.28%
G = 9.94%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE30C5 (or 0xEE30C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and C5. RGB value is (238,48,197). Sum of RGB (Red+Green+Blue) = 238+48+197=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30C5 is #11CF3A. Grayscale: #797979. Windows color (decimal): -1167163 or 12923118. OLE color: 12923118.

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

Color convert

RGB 238 48 197 -
CMYK 0 0.80 0.17 0.07
HSL 312.95º 0.85% 0.56% -
HSV(B) 312.95º 0.8% 0.93% -
XYZ 46.39 24.32 55.07 -
YUV 121.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 238 48 197 0 0.80 0.17 0.07 312.95 0.85 0.56
Hex EE 30 C5 0 50 11 7 139 55 38
Octal 356 60 305 0 120 21 7 471 125 70
Binary 11101110 110000 11000101 0 1010000 10001 111 100111001 1010101 111000

Color Harmonies of #EE30C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30C5

Black with #EE30C5

Text Example


Text Example

White with #EE30C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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