Html Css Color HEX #EF0C4D Razzmatazz

📋 copy color: '#EF0C4D'

red 239 ◦ green 12 ◦ blue 77

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

Shades of Razzmatazz #EF0C4D

Tints of Razzmatazz #EF0C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

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

R = 72.87%
G = 3.66%
B = 23.48%

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

#EF0C4D (or 0xEF0C4D) is known color: Razzmatazz. HEX triplet: EF, 0C and 4D. RGB value is (239,12,77). Sum of RGB (Red+Green+Blue) = 239+12+77=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0C4D is #10F3B2. Grayscale: #575757. Windows color (decimal): -1110963 or 5049583. OLE color: 5049583.

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

Color convert

RGB 239 12 77 -
CMYK 0 0.95 0.68 0.06
HSL 342.82º 0.9% 0.49% -
HSV(B) 342.82º 0.95% 0.94% -
XYZ 37.07 19.15 8.76 -
YUV 87.28 122.21 236.21 -
System Red Green Blue C M Y K H S L
Decimal 239 12 77 0 0.95 0.68 0.06 342.82 0.9 0.49
Hex EF C 4D 0 5F 44 6 157 5A 31
Octal 357 14 115 0 137 104 6 527 132 61
Binary 11101111 1100 1001101 0 1011111 1000100 110 101010111 1011010 110001

Color Harmonies of #EF0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C4D

Black with #EF0C4D

Text Example


Text Example

White with #EF0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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