Html Css Color HEX #EF004F Razzmatazz

📋 copy color: '#EF004F'

red 239 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #EF004F

Tints of Razzmatazz #EF004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.16%
G = 0%
B = 24.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF004F (or 0xEF004F) is known color: Razzmatazz. HEX triplet: EF, 00 and 4F. RGB value is (239,0,79). Sum of RGB (Red+Green+Blue) = 239+0+79=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF004F is #10FFB0. Grayscale: #505050. Windows color (decimal): -1114033 or 5177583. OLE color: 5177583.

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

Color convert

RGB 239 0 79 -
CMYK 0 1 0.67 0.06
HSL 340.17º 1% 0.47% -
HSV(B) 340.17º 1% 0.94% -
XYZ 37.01 18.92 9.1 -
YUV 80.47 127.18 241.08 -
System Red Green Blue C M Y K H S L
Decimal 239 0 79 0 1 0.67 0.06 340.17 1 0.47
Hex EF 0 4F 0 64 43 6 154 64 2F
Octal 357 0 117 0 144 103 6 524 144 57
Binary 11101111 0 1001111 0 1100100 1000011 110 101010100 1100100 101111

Color Harmonies of #EF004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF004F

Black with #EF004F

Text Example


Text Example

White with #EF004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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