Html Css Color HEX #EE33EA Razzle Dazzle Rose

📋 copy color: '#EE33EA'

red 238 ◦ green 51 ◦ blue 234

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

Shades of Razzle Dazzle Rose #EE33EA

Tints of Razzle Dazzle Rose #EE33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.75%

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

R = 45.51%
G = 9.75%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE33EA (or 0xEE33EA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and EA. RGB value is (238,51,234). Sum of RGB (Red+Green+Blue) = 238+51+234=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33EA is #11CC15. Grayscale: #7F7F7F. Windows color (decimal): -1166358 or 15348718. OLE color: 15348718.

HSL color Cylindrical-coordinate representation of color #EE33EA: hue angle of 301.28º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33EA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 234 -
CMYK 0 0.79 0.02 0.07
HSL 301.28º 0.85% 0.57% -
HSV(B) 301.28º 0.79% 0.93% -
XYZ 51.3 26.49 80.25 -
YUV 127.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 238 51 234 0 0.79 0.02 0.07 301.28 0.85 0.57
Hex EE 33 EA 0 4F 2 7 12D 55 39
Octal 356 63 352 0 117 2 7 455 125 71
Binary 11101110 110011 11101010 0 1001111 10 111 100101101 1010101 111001

Color Harmonies of #EE33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33EA

Black with #EE33EA

Text Example


Text Example

White with #EE33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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