Html Css Color HEX #EE30EA Razzle Dazzle Rose

📋 copy color: '#EE30EA'

red 238 ◦ green 48 ◦ blue 234

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

Shades of Razzle Dazzle Rose #EE30EA

Tints of Razzle Dazzle Rose #EE30EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 45.77%
G = 9.23%
B = 45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE30EA (or 0xEE30EA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and EA. RGB value is (238,48,234). Sum of RGB (Red+Green+Blue) = 238+48+234=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30EA is #11CF15. Grayscale: #7D7D7D. Windows color (decimal): -1167126 or 15347950. OLE color: 15347950.

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

Color convert

RGB 238 48 234 -
CMYK 0 0.80 0.02 0.07
HSL 301.26º 0.85% 0.56% -
HSV(B) 301.26º 0.8% 0.93% -
XYZ 51.17 26.23 80.21 -
YUV 126.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 238 48 234 0 0.80 0.02 0.07 301.26 0.85 0.56
Hex EE 30 EA 0 50 2 7 12D 55 38
Octal 356 60 352 0 120 2 7 455 125 70
Binary 11101110 110000 11101010 0 1010000 10 111 100101101 1010101 111000

Color Harmonies of #EE30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30EA

Black with #EE30EA

Text Example


Text Example

White with #EE30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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