Html Css Color HEX #EE30C4 Razzle Dazzle Rose

📋 copy color: '#EE30C4'

red 238 ◦ green 48 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EE30C4

Tints of Razzle Dazzle Rose #EE30C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 49.38%
G = 9.96%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE30C4 (or 0xEE30C4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and C4. RGB value is (238,48,196). Sum of RGB (Red+Green+Blue) = 238+48+196=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30C4 is #11CF3B. Grayscale: #797979. Windows color (decimal): -1167164 or 12857582. OLE color: 12857582.

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

Color convert

RGB 238 48 196 -
CMYK 0 0.80 0.18 0.07
HSL 313.26º 0.85% 0.56% -
HSV(B) 313.26º 0.8% 0.93% -
XYZ 46.28 24.28 54.47 -
YUV 121.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 238 48 196 0 0.80 0.18 0.07 313.26 0.85 0.56
Hex EE 30 C4 0 50 12 7 139 55 38
Octal 356 60 304 0 120 22 7 471 125 70
Binary 11101110 110000 11000100 0 1010000 10010 111 100111001 1010101 111000

Color Harmonies of #EE30C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30C4

Black with #EE30C4

Text Example


Text Example

White with #EE30C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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