Html Css Color HEX #EF0E5E Razzmatazz

📋 copy color: '#EF0E5E'

red 239 ◦ green 14 ◦ blue 94

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

Shades of Razzmatazz #EF0E5E

Tints of Razzmatazz #EF0E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 68.88%
G = 4.03%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF0E5E (or 0xEF0E5E) is known color: Razzmatazz. HEX triplet: EF, 0E and 5E. RGB value is (239,14,94). Sum of RGB (Red+Green+Blue) = 239+14+94=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E5E is #10F1A1. Grayscale: #5A5A5A. Windows color (decimal): -1110434 or 6164207. OLE color: 6164207.

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

Color convert

RGB 239 14 94 -
CMYK 0 0.94 0.61 0.06
HSL 338.67º 0.89% 0.5% -
HSV(B) 338.67º 0.94% 0.94% -
XYZ 37.77 19.47 12.36 -
YUV 90.4 130.04 234 -
System Red Green Blue C M Y K H S L
Decimal 239 14 94 0 0.94 0.61 0.06 338.67 0.89 0.5
Hex EF E 5E 0 5E 3D 6 153 59 32
Octal 357 16 136 0 136 75 6 523 131 62
Binary 11101111 1110 1011110 0 1011110 111101 110 101010011 1011001 110010

Color Harmonies of #EF0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E5E

Black with #EF0E5E

Text Example


Text Example

White with #EF0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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