Html Css Color HEX #EF0F4F Razzmatazz

📋 copy color: '#EF0F4F'

red 239 ◦ green 15 ◦ blue 79

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

Shades of Razzmatazz #EF0F4F

Tints of Razzmatazz #EF0F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 71.77%
G = 4.5%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF0F4F (or 0xEF0F4F) is known color: Razzmatazz. HEX triplet: EF, 0F and 4F. RGB value is (239,15,79). Sum of RGB (Red+Green+Blue) = 239+15+79=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F4F is #10F0B0. Grayscale: #595959. Windows color (decimal): -1110193 or 5181423. OLE color: 5181423.

HSL color Cylindrical-coordinate representation of color #EF0F4F: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F4F is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 15 79 -
CMYK 0 0.94 0.67 0.06
HSL 342.86º 0.88% 0.5% -
HSV(B) 342.86º 0.94% 0.94% -
XYZ 37.18 19.26 9.15 -
YUV 89.27 122.21 234.8 -
System Red Green Blue C M Y K H S L
Decimal 239 15 79 0 0.94 0.67 0.06 342.86 0.88 0.5
Hex EF F 4F 0 5E 43 6 157 58 32
Octal 357 17 117 0 136 103 6 527 130 62
Binary 11101111 1111 1001111 0 1011110 1000011 110 101010111 1011000 110010

Color Harmonies of #EF0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F4F

Black with #EF0F4F

Text Example


Text Example

White with #EF0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F4F; }

 p { color: rgb(239,15,79); }

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

background-color css

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

 a { background-color: rgb(239,15,79); }

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

border-color css

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

 span { border-color: rgb(239,15,79); }

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