Html Css Color HEX #EE096A Razzmatazz

📋 copy color: '#EE096A'

red 238 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #EE096A

Tints of Razzmatazz #EE096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 67.42%
G = 2.55%
B = 30.03%

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

#EE096A (or 0xEE096A) is known color: Razzmatazz. HEX triplet: EE, 09 and 6A. RGB value is (238,9,106). Sum of RGB (Red+Green+Blue) = 238+9+106=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE096A is #11F695. Grayscale: #585858. Windows color (decimal): -1177238 or 6949358. OLE color: 6949358.

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

Color convert

RGB 238 9 106 -
CMYK 0 0.96 0.55 0.07
HSL 334.59º 0.93% 0.48% -
HSV(B) 334.59º 0.96% 0.93% -
XYZ 37.96 19.41 15.38 -
YUV 88.53 137.87 234.61 -
System Red Green Blue C M Y K H S L
Decimal 238 9 106 0 0.96 0.55 0.07 334.59 0.93 0.48
Hex EE 9 6A 0 60 37 7 14F 5D 30
Octal 356 11 152 0 140 67 7 517 135 60
Binary 11101110 1001 1101010 0 1100000 110111 111 101001111 1011101 110000

Color Harmonies of #EE096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE096A

Black with #EE096A

Text Example


Text Example

White with #EE096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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