Html Css Color HEX #EF0972 Razzmatazz

📋 copy color: '#EF0972'

red 239 ◦ green 9 ◦ blue 114

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

Shades of Razzmatazz #EF0972

Tints of Razzmatazz #EF0972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 66.02%
G = 2.49%
B = 31.49%

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

#EF0972 (or 0xEF0972) is known color: Razzmatazz. HEX triplet: EF, 09 and 72. RGB value is (239,9,114). Sum of RGB (Red+Green+Blue) = 239+9+114=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0972 is #10F68D. Grayscale: #595959. Windows color (decimal): -1111694 or 7473647. OLE color: 7473647.

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

Color convert

RGB 239 9 114 -
CMYK 0 0.96 0.52 0.06
HSL 332.61º 0.93% 0.49% -
HSV(B) 332.61º 0.96% 0.94% -
XYZ 38.73 19.76 17.69 -
YUV 89.74 141.7 234.46 -
System Red Green Blue C M Y K H S L
Decimal 239 9 114 0 0.96 0.52 0.06 332.61 0.93 0.49
Hex EF 9 72 0 60 34 6 14D 5D 31
Octal 357 11 162 0 140 64 6 515 135 61
Binary 11101111 1001 1110010 0 1100000 110100 110 101001101 1011101 110001

Color Harmonies of #EF0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0972

Black with #EF0972

Text Example


Text Example

White with #EF0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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