Html Css Color HEX #EF0D4C Razzmatazz

📋 copy color: '#EF0D4C'

red 239 ◦ green 13 ◦ blue 76

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

Shades of Razzmatazz #EF0D4C

Tints of Razzmatazz #EF0D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.96%

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

R = 72.87%
G = 3.96%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF0D4C (or 0xEF0D4C) is known color: Razzmatazz. HEX triplet: EF, 0D and 4C. RGB value is (239,13,76). Sum of RGB (Red+Green+Blue) = 239+13+76=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D4C is #10F2B3. Grayscale: #575757. Windows color (decimal): -1110708 or 4984303. OLE color: 4984303.

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

Color convert

RGB 239 13 76 -
CMYK 0 0.95 0.68 0.06
HSL 343.27º 0.9% 0.49% -
HSV(B) 343.27º 0.95% 0.94% -
XYZ 37.05 19.16 8.58 -
YUV 87.76 121.37 235.88 -
System Red Green Blue C M Y K H S L
Decimal 239 13 76 0 0.95 0.68 0.06 343.27 0.9 0.49
Hex EF D 4C 0 5F 44 6 157 5A 31
Octal 357 15 114 0 137 104 6 527 132 61
Binary 11101111 1101 1001100 0 1011111 1000100 110 101010111 1011010 110001

Color Harmonies of #EF0D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D4C

Black with #EF0D4C

Text Example


Text Example

White with #EF0D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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