Html Css Color HEX #EE32E6 Razzle Dazzle Rose

📋 copy color: '#EE32E6'

red 238 ◦ green 50 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EE32E6

Tints of Razzle Dazzle Rose #EE32E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.4%

R = 45.95%
G = 9.65%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE32E6 (or 0xEE32E6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and E6. RGB value is (238,50,230). Sum of RGB (Red+Green+Blue) = 238+50+230=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32E6 is #11CD19. Grayscale: #7E7E7E. Windows color (decimal): -1166618 or 15086318. OLE color: 15086318.

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

Color convert

RGB 238 50 230 -
CMYK 0 0.79 0.03 0.07
HSL 302.55º 0.85% 0.56% -
HSV(B) 302.55º 0.79% 0.93% -
XYZ 50.68 26.17 77.24 -
YUV 126.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 238 50 230 0 0.79 0.03 0.07 302.55 0.85 0.56
Hex EE 32 E6 0 4F 3 7 12F 55 38
Octal 356 62 346 0 117 3 7 457 125 70
Binary 11101110 110010 11100110 0 1001111 11 111 100101111 1010101 111000

Color Harmonies of #EE32E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32E6

Black with #EE32E6

Text Example


Text Example

White with #EE32E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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