Html Css Color HEX #EE095E Razzmatazz

📋 copy color: '#EE095E'

red 238 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #EE095E

Tints of Razzmatazz #EE095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 69.79%
G = 2.64%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE095E (or 0xEE095E) is known color: Razzmatazz. HEX triplet: EE, 09 and 5E. RGB value is (238,9,94). Sum of RGB (Red+Green+Blue) = 238+9+94=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE095E is #11F6A1. Grayscale: #575757. Windows color (decimal): -1177250 or 6162926. OLE color: 6162926.

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

Color convert

RGB 238 9 94 -
CMYK 0 0.96 0.61 0.07
HSL 337.73º 0.93% 0.48% -
HSV(B) 337.73º 0.96% 0.93% -
XYZ 37.38 19.18 12.32 -
YUV 87.16 131.87 235.59 -
System Red Green Blue C M Y K H S L
Decimal 238 9 94 0 0.96 0.61 0.07 337.73 0.93 0.48
Hex EE 9 5E 0 60 3D 7 152 5D 30
Octal 356 11 136 0 140 75 7 522 135 60
Binary 11101110 1001 1011110 0 1100000 111101 111 101010010 1011101 110000

Color Harmonies of #EE095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE095E

Black with #EE095E

Text Example


Text Example

White with #EE095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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