Html Css Color HEX #EF114C Razzmatazz

📋 copy color: '#EF114C'

red 239 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #EF114C

Tints of Razzmatazz #EF114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 71.99%
G = 5.12%
B = 22.89%

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

#EF114C (or 0xEF114C) is known color: Razzmatazz. HEX triplet: EF, 11 and 4C. RGB value is (239,17,76). Sum of RGB (Red+Green+Blue) = 239+17+76=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF114C is #10EEB3. Grayscale: #5A5A5A. Windows color (decimal): -1109684 or 4985327. OLE color: 4985327.

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

Color convert

RGB 239 17 76 -
CMYK 0 0.93 0.68 0.06
HSL 344.05º 0.87% 0.5% -
HSV(B) 344.05º 0.93% 0.94% -
XYZ 37.1 19.27 8.6 -
YUV 90.1 120.05 234.2 -
System Red Green Blue C M Y K H S L
Decimal 239 17 76 0 0.93 0.68 0.06 344.05 0.87 0.5
Hex EF 11 4C 0 5D 44 6 158 57 32
Octal 357 21 114 0 135 104 6 530 127 62
Binary 11101111 10001 1001100 0 1011101 1000100 110 101011000 1010111 110010

Color Harmonies of #EF114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF114C

Black with #EF114C

Text Example


Text Example

White with #EF114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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