Html Css Color HEX #EF0971 Razzmatazz

📋 copy color: '#EF0971'

red 239 ◦ green 9 ◦ blue 113

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

Shades of Razzmatazz #EF0971

Tints of Razzmatazz #EF0971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 66.2%
G = 2.49%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF0971 (or 0xEF0971) is known color: Razzmatazz. HEX triplet: EF, 09 and 71. RGB value is (239,9,113). Sum of RGB (Red+Green+Blue) = 239+9+113=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0971 is #10F68E. Grayscale: #595959. Windows color (decimal): -1111695 or 7408111. OLE color: 7408111.

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

Color convert

RGB 239 9 113 -
CMYK 0 0.96 0.53 0.06
HSL 332.87º 0.93% 0.49% -
HSV(B) 332.87º 0.96% 0.94% -
XYZ 38.67 19.74 17.39 -
YUV 89.63 141.2 234.54 -
System Red Green Blue C M Y K H S L
Decimal 239 9 113 0 0.96 0.53 0.06 332.87 0.93 0.49
Hex EF 9 71 0 60 35 6 14D 5D 31
Octal 357 11 161 0 140 65 6 515 135 61
Binary 11101111 1001 1110001 0 1100000 110101 110 101001101 1011101 110001

Color Harmonies of #EF0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0971

Black with #EF0971

Text Example


Text Example

White with #EF0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0971; }

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

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

background-color css

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

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

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

border-color css

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

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

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