Html Css Color HEX #EF014F Razzmatazz

📋 copy color: '#EF014F'

red 239 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #EF014F

Tints of Razzmatazz #EF014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 74.92%
G = 0.31%
B = 24.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF014F (or 0xEF014F) is known color: Razzmatazz. HEX triplet: EF, 01 and 4F. RGB value is (239,1,79). Sum of RGB (Red+Green+Blue) = 239+1+79=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF014F is #10FEB0. Grayscale: #505050. Windows color (decimal): -1113777 or 5177839. OLE color: 5177839.

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

Color convert

RGB 239 1 79 -
CMYK 0 1.00 0.67 0.06
HSL 340.34º 0.99% 0.47% -
HSV(B) 340.34º 1% 0.94% -
XYZ 37.02 18.94 9.1 -
YUV 81.05 126.85 240.66 -
System Red Green Blue C M Y K H S L
Decimal 239 1 79 0 1.00 0.67 0.06 340.34 0.99 0.47
Hex EF 1 4F 0 64 43 6 154 63 2F
Octal 357 1 117 0 144 103 6 524 143 57
Binary 11101111 1 1001111 0 1100100 1000011 110 101010100 1100011 101111

Color Harmonies of #EF014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF014F

Black with #EF014F

Text Example


Text Example

White with #EF014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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