Html Css Color HEX #EF124C Razzmatazz

📋 copy color: '#EF124C'

red 239 ◦ green 18 ◦ blue 76

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

Shades of Razzmatazz #EF124C

Tints of Razzmatazz #EF124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 71.77%
G = 5.41%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF124C (or 0xEF124C) is known color: Razzmatazz. HEX triplet: EF, 12 and 4C. RGB value is (239,18,76). Sum of RGB (Red+Green+Blue) = 239+18+76=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF124C is #10EDB3. Grayscale: #5A5A5A. Windows color (decimal): -1109428 or 4985583. OLE color: 4985583.

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

Color convert

RGB 239 18 76 -
CMYK 0 0.92 0.68 0.06
HSL 344.25º 0.87% 0.5% -
HSV(B) 344.25º 0.92% 0.94% -
XYZ 37.12 19.31 8.61 -
YUV 90.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 239 18 76 0 0.92 0.68 0.06 344.25 0.87 0.5
Hex EF 12 4C 0 5C 44 6 158 57 32
Octal 357 22 114 0 134 104 6 530 127 62
Binary 11101111 10010 1001100 0 1011100 1000100 110 101011000 1010111 110010

Color Harmonies of #EF124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF124C

Black with #EF124C

Text Example


Text Example

White with #EF124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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