Html Css Color HEX #EF0973 Razzmatazz

📋 copy color: '#EF0973'

red 239 ◦ green 9 ◦ blue 115

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

Shades of Razzmatazz #EF0973

Tints of Razzmatazz #EF0973

RGB

 RED value IS 239 (93.75% from 255) = 65.84%

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

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

R = 65.84%
G = 2.48%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF0973 (or 0xEF0973) is known color: Razzmatazz. HEX triplet: EF, 09 and 73. RGB value is (239,9,115). Sum of RGB (Red+Green+Blue) = 239+9+115=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0973 is #10F68C. Grayscale: #595959. Windows color (decimal): -1111693 or 7539183. OLE color: 7539183.

HSL color Cylindrical-coordinate representation of color #EF0973: hue angle of 332.35º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0973 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 115 -
CMYK 0 0.96 0.52 0.06
HSL 332.35º 0.93% 0.49% -
HSV(B) 332.35º 0.96% 0.94% -
XYZ 38.79 19.78 17.99 -
YUV 89.85 142.2 234.38 -
System Red Green Blue C M Y K H S L
Decimal 239 9 115 0 0.96 0.52 0.06 332.35 0.93 0.49
Hex EF 9 73 0 60 34 6 14C 5D 31
Octal 357 11 163 0 140 64 6 514 135 61
Binary 11101111 1001 1110011 0 1100000 110100 110 101001100 1011101 110001

Color Harmonies of #EF0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0973

Black with #EF0973

Text Example


Text Example

White with #EF0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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