Html Css Color HEX #EE0973 Razzmatazz

📋 copy color: '#EE0973'

red 238 ◦ green 9 ◦ blue 115

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

Shades of Razzmatazz #EE0973

Tints of Razzmatazz #EE0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 65.75%
G = 2.49%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE0973 (or 0xEE0973) is known color: Razzmatazz. HEX triplet: EE, 09 and 73. RGB value is (238,9,115). Sum of RGB (Red+Green+Blue) = 238+9+115=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0973 is #11F68C. Grayscale: #595959. Windows color (decimal): -1177229 or 7539182. OLE color: 7539182.

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

Color convert

RGB 238 9 115 -
CMYK 0 0.96 0.52 0.07
HSL 332.23º 0.93% 0.48% -
HSV(B) 332.23º 0.96% 0.93% -
XYZ 38.45 19.61 17.98 -
YUV 89.56 142.37 233.88 -
System Red Green Blue C M Y K H S L
Decimal 238 9 115 0 0.96 0.52 0.07 332.23 0.93 0.48
Hex EE 9 73 0 60 34 7 14C 5D 30
Octal 356 11 163 0 140 64 7 514 135 60
Binary 11101110 1001 1110011 0 1100000 110100 111 101001100 1011101 110000

Color Harmonies of #EE0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0973

Black with #EE0973

Text Example


Text Example

White with #EE0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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