Html Css Color HEX #EF0E4D Razzmatazz

📋 copy color: '#EF0E4D'

red 239 ◦ green 14 ◦ blue 77

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

Shades of Razzmatazz #EF0E4D

Tints of Razzmatazz #EF0E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.24%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 72.42%
G = 4.24%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF0E4D (or 0xEF0E4D) is known color: Razzmatazz. HEX triplet: EF, 0E and 4D. RGB value is (239,14,77). Sum of RGB (Red+Green+Blue) = 239+14+77=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E4D is #10F1B2. Grayscale: #585858. Windows color (decimal): -1110451 or 5050095. OLE color: 5050095.

HSL color Cylindrical-coordinate representation of color #EF0E4D: hue angle of 343.2º degrees, saturation: 0.89, 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 #EF0E4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 14 77 -
CMYK 0 0.94 0.68 0.06
HSL 343.2º 0.89% 0.5% -
HSV(B) 343.2º 0.94% 0.94% -
XYZ 37.09 19.2 8.77 -
YUV 88.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 239 14 77 0 0.94 0.68 0.06 343.2 0.89 0.5
Hex EF E 4D 0 5E 44 6 157 59 32
Octal 357 16 115 0 136 104 6 527 131 62
Binary 11101111 1110 1001101 0 1011110 1000100 110 101010111 1011001 110010

Color Harmonies of #EF0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E4D

Black with #EF0E4D

Text Example


Text Example

White with #EF0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E4D; }

 p { color: rgb(239,14,77); }

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

background-color css

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

 a { background-color: rgb(239,14,77); }

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

border-color css

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

 span { border-color: rgb(239,14,77); }

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