Html Css Color HEX #EE096D Razzmatazz

📋 copy color: '#EE096D'

red 238 ◦ green 9 ◦ blue 109

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

Shades of Razzmatazz #EE096D

Tints of Razzmatazz #EE096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 66.85%
G = 2.53%
B = 30.62%

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

#EE096D (or 0xEE096D) is known color: Razzmatazz. HEX triplet: EE, 09 and 6D. RGB value is (238,9,109). Sum of RGB (Red+Green+Blue) = 238+9+109=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE096D is #11F692. Grayscale: #585858. Windows color (decimal): -1177235 or 7145966. OLE color: 7145966.

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

Color convert

RGB 238 9 109 -
CMYK 0 0.96 0.54 0.07
HSL 333.8º 0.93% 0.48% -
HSV(B) 333.8º 0.96% 0.93% -
XYZ 38.12 19.48 16.22 -
YUV 88.87 139.37 234.37 -
System Red Green Blue C M Y K H S L
Decimal 238 9 109 0 0.96 0.54 0.07 333.8 0.93 0.48
Hex EE 9 6D 0 60 36 7 14E 5D 30
Octal 356 11 155 0 140 66 7 516 135 60
Binary 11101110 1001 1101101 0 1100000 110110 111 101001110 1011101 110000

Color Harmonies of #EE096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE096D

Black with #EE096D

Text Example


Text Example

White with #EE096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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