Html Css Color HEX #EF114D Razzmatazz

📋 copy color: '#EF114D'

red 239 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #EF114D

Tints of Razzmatazz #EF114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

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

R = 71.77%
G = 5.11%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF114D (or 0xEF114D) is known color: Razzmatazz. HEX triplet: EF, 11 and 4D. RGB value is (239,17,77). Sum of RGB (Red+Green+Blue) = 239+17+77=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF114D is #10EEB2. Grayscale: #5A5A5A. Windows color (decimal): -1109683 or 5050863. OLE color: 5050863.

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

Color convert

RGB 239 17 77 -
CMYK 0 0.93 0.68 0.06
HSL 343.78º 0.87% 0.5% -
HSV(B) 343.78º 0.93% 0.94% -
XYZ 37.14 19.29 8.79 -
YUV 90.22 120.55 234.12 -
System Red Green Blue C M Y K H S L
Decimal 239 17 77 0 0.93 0.68 0.06 343.78 0.87 0.5
Hex EF 11 4D 0 5D 44 6 158 57 32
Octal 357 21 115 0 135 104 6 530 127 62
Binary 11101111 10001 1001101 0 1011101 1000100 110 101011000 1010111 110010

Color Harmonies of #EF114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF114D

Black with #EF114D

Text Example


Text Example

White with #EF114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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