Html Css Color HEX #EE096C Razzmatazz

📋 copy color: '#EE096C'

red 238 ◦ green 9 ◦ blue 108

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

Shades of Razzmatazz #EE096C

Tints of Razzmatazz #EE096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 67.04%
G = 2.54%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE096C (or 0xEE096C) is known color: Razzmatazz. HEX triplet: EE, 09 and 6C. RGB value is (238,9,108). Sum of RGB (Red+Green+Blue) = 238+9+108=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE096C is #11F693. Grayscale: #585858. Windows color (decimal): -1177236 or 7080430. OLE color: 7080430.

HSL color Cylindrical-coordinate representation of color #EE096C: hue angle of 334.06º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE096C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 9 108 -
CMYK 0 0.96 0.55 0.07
HSL 334.06º 0.93% 0.48% -
HSV(B) 334.06º 0.96% 0.93% -
XYZ 38.06 19.46 15.94 -
YUV 88.76 138.87 234.45 -
System Red Green Blue C M Y K H S L
Decimal 238 9 108 0 0.96 0.55 0.07 334.06 0.93 0.48
Hex EE 9 6C 0 60 37 7 14E 5D 30
Octal 356 11 154 0 140 67 7 516 135 60
Binary 11101110 1001 1101100 0 1100000 110111 111 101001110 1011101 110000

Color Harmonies of #EE096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE096C

Black with #EE096C

Text Example


Text Example

White with #EE096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE096C; }

 p { color: rgb(238,9,108); }

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

background-color css

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

 a { background-color: rgb(238,9,108); }

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

border-color css

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

 span { border-color: rgb(238,9,108); }

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