Html Css Color HEX #EE32EB Razzle Dazzle Rose

📋 copy color: '#EE32EB'

red 238 ◦ green 50 ◦ blue 235

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

Shades of Razzle Dazzle Rose #EE32EB

Tints of Razzle Dazzle Rose #EE32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.56%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 45.51%
G = 9.56%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE32EB (or 0xEE32EB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and EB. RGB value is (238,50,235). Sum of RGB (Red+Green+Blue) = 238+50+235=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 50 (19.92% from 255 or 9.56% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32EB is #11CD14. Grayscale: #7E7E7E. Windows color (decimal): -1166613 or 15413998. OLE color: 15413998.

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

Color convert

RGB 238 50 235 -
CMYK 0 0.79 0.01 0.07
HSL 300.96º 0.85% 0.56% -
HSV(B) 300.96º 0.79% 0.93% -
XYZ 51.4 26.46 81 -
YUV 127.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 238 50 235 0 0.79 0.01 0.07 300.96 0.85 0.56
Hex EE 32 EB 0 4F 1 7 12D 55 38
Octal 356 62 353 0 117 1 7 455 125 70
Binary 11101110 110010 11101011 0 1001111 1 111 100101101 1010101 111000

Color Harmonies of #EE32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32EB

Black with #EE32EB

Text Example


Text Example

White with #EE32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32EB; }

 p { color: rgb(238,50,235); }

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

background-color css

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

 a { background-color: rgb(238,50,235); }

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

border-color css

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

 span { border-color: rgb(238,50,235); }

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