Html Css Color HEX #EE096E Razzmatazz

📋 copy color: '#EE096E'

red 238 ◦ green 9 ◦ blue 110

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

Shades of Razzmatazz #EE096E

Tints of Razzmatazz #EE096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 66.67%
G = 2.52%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE096E (or 0xEE096E) is known color: Razzmatazz. HEX triplet: EE, 09 and 6E. RGB value is (238,9,110). Sum of RGB (Red+Green+Blue) = 238+9+110=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE096E is #11F691. Grayscale: #585858. Windows color (decimal): -1177234 or 7211502. OLE color: 7211502.

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

Color convert

RGB 238 9 110 -
CMYK 0 0.96 0.54 0.07
HSL 333.54º 0.93% 0.48% -
HSV(B) 333.54º 0.96% 0.93% -
XYZ 38.17 19.5 16.5 -
YUV 88.99 139.87 234.29 -
System Red Green Blue C M Y K H S L
Decimal 238 9 110 0 0.96 0.54 0.07 333.54 0.93 0.48
Hex EE 9 6E 0 60 36 7 14E 5D 30
Octal 356 11 156 0 140 66 7 516 135 60
Binary 11101110 1001 1101110 0 1100000 110110 111 101001110 1011101 110000

Color Harmonies of #EE096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE096E

Black with #EE096E

Text Example


Text Example

White with #EE096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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