Html Css Color HEX #EF0974 Razzmatazz

📋 copy color: '#EF0974'

red 239 ◦ green 9 ◦ blue 116

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

Shades of Razzmatazz #EF0974

Tints of Razzmatazz #EF0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 65.66%
G = 2.47%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0974 (or 0xEF0974) is known color: Razzmatazz. HEX triplet: EF, 09 and 74. RGB value is (239,9,116). Sum of RGB (Red+Green+Blue) = 239+9+116=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0974 is #10F68B. Grayscale: #595959. Windows color (decimal): -1111692 or 7604719. OLE color: 7604719.

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

Color convert

RGB 239 9 116 -
CMYK 0 0.96 0.51 0.06
HSL 332.09º 0.93% 0.49% -
HSV(B) 332.09º 0.96% 0.94% -
XYZ 38.85 19.81 18.3 -
YUV 89.97 142.7 234.3 -
System Red Green Blue C M Y K H S L
Decimal 239 9 116 0 0.96 0.51 0.06 332.09 0.93 0.49
Hex EF 9 74 0 60 33 6 14C 5D 31
Octal 357 11 164 0 140 63 6 514 135 61
Binary 11101111 1001 1110100 0 1100000 110011 110 101001100 1011101 110001

Color Harmonies of #EF0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0974

Black with #EF0974

Text Example


Text Example

White with #EF0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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