Html Css Color HEX #EE094A Razzmatazz

📋 copy color: '#EE094A'

red 238 ◦ green 9 ◦ blue 74

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

Shades of Razzmatazz #EE094A

Tints of Razzmatazz #EE094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 74.14%
G = 2.8%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE094A (or 0xEE094A) is known color: Razzmatazz. HEX triplet: EE, 09 and 4A. RGB value is (238,9,74). Sum of RGB (Red+Green+Blue) = 238+9+74=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE094A is #11F6B5. Grayscale: #545454. Windows color (decimal): -1177270 or 4852206. OLE color: 4852206.

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

Color convert

RGB 238 9 74 -
CMYK 0 0.96 0.69 0.07
HSL 342.97º 0.93% 0.48% -
HSV(B) 342.97º 0.96% 0.93% -
XYZ 36.59 18.87 8.19 -
YUV 84.88 121.87 237.21 -
System Red Green Blue C M Y K H S L
Decimal 238 9 74 0 0.96 0.69 0.07 342.97 0.93 0.48
Hex EE 9 4A 0 60 45 7 157 5D 30
Octal 356 11 112 0 140 105 7 527 135 60
Binary 11101110 1001 1001010 0 1100000 1000101 111 101010111 1011101 110000

Color Harmonies of #EE094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE094A

Black with #EE094A

Text Example


Text Example

White with #EE094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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