Html Css Color HEX #EE30EC Razzle Dazzle Rose

📋 copy color: '#EE30EC'

red 238 ◦ green 48 ◦ blue 236

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

Shades of Razzle Dazzle Rose #EE30EC

Tints of Razzle Dazzle Rose #EE30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 45.59%
G = 9.2%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE30EC (or 0xEE30EC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and EC. RGB value is (238,48,236). Sum of RGB (Red+Green+Blue) = 238+48+236=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30EC is #11CF13. Grayscale: #7D7D7D. Windows color (decimal): -1167124 or 15479022. OLE color: 15479022.

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

Color convert

RGB 238 48 236 -
CMYK 0 0.80 0.01 0.07
HSL 300.63º 0.85% 0.56% -
HSV(B) 300.63º 0.8% 0.93% -
XYZ 51.46 26.35 81.73 -
YUV 126.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 238 48 236 0 0.80 0.01 0.07 300.63 0.85 0.56
Hex EE 30 EC 0 50 1 7 12D 55 38
Octal 356 60 354 0 120 1 7 455 125 70
Binary 11101110 110000 11101100 0 1010000 1 111 100101101 1010101 111000

Color Harmonies of #EE30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30EC

Black with #EE30EC

Text Example


Text Example

White with #EE30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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