Html Css Color HEX #EE32F6 Razzle Dazzle Rose

📋 copy color: '#EE32F6'

red 238 ◦ green 50 ◦ blue 246

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

Shades of Razzle Dazzle Rose #EE32F6

Tints of Razzle Dazzle Rose #EE32F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 44.57%
G = 9.36%
B = 46.07%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE32F6 (or 0xEE32F6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and F6. RGB value is (238,50,246). Sum of RGB (Red+Green+Blue) = 238+50+246=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 50 (19.92% from 255 or 9.36% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE32F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32F6 is #11CD09. Grayscale: #7F7F7F. Windows color (decimal): -1166602 or 16134894. OLE color: 16134894.

HSL color Cylindrical-coordinate representation of color #EE32F6: hue angle of 297.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE32F6 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 50 246 -
CMYK 0.03 0.80 0 0.04
HSL 297.55º 0.92% 0.58% -
HSV(B) 297.55º 0.8% 0.96% -
XYZ 53.04 27.11 89.63 -
YUV 128.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 238 50 246 0.03 0.80 0 0.04 297.55 0.92 0.58
Hex EE 32 F6 3 50 0 4 12A 5C 3A
Octal 356 62 366 3 120 0 4 452 134 72
Binary 11101110 110010 11110110 11 1010000 0 100 100101010 1011100 111010

Color Harmonies of #EE32F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32F6

Black with #EE32F6

Text Example


Text Example

White with #EE32F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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