Html Css Color HEX #EC094F Razzmatazz

📋 copy color: '#EC094F'

red 236 ◦ green 9 ◦ blue 79

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

Shades of Razzmatazz #EC094F

Tints of Razzmatazz #EC094F

RGB

 RED value IS 236 (92.58% from 255) = 72.84%

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 72.84%
G = 2.78%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC094F (or 0xEC094F) is known color: Razzmatazz. HEX triplet: EC, 09 and 4F. RGB value is (236,9,79). Sum of RGB (Red+Green+Blue) = 236+9+79=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC094F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC094F is #13F6B0. Grayscale: #545454. Windows color (decimal): -1308337 or 5179884. OLE color: 5179884.

HSL color Cylindrical-coordinate representation of color #EC094F: hue angle of 341.5º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC094F is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 9 79 -
CMYK 0 0.96 0.67 0.07
HSL 341.5º 0.93% 0.48% -
HSV(B) 341.5º 0.96% 0.93% -
XYZ 36.1 18.59 9.08 -
YUV 84.85 124.71 235.81 -
System Red Green Blue C M Y K H S L
Decimal 236 9 79 0 0.96 0.67 0.07 341.5 0.93 0.48
Hex EC 9 4F 0 60 43 7 155 5D 30
Octal 354 11 117 0 140 103 7 525 135 60
Binary 11101100 1001 1001111 0 1100000 1000011 111 101010101 1011101 110000

Color Harmonies of #EC094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC094F

Black with #EC094F

Text Example


Text Example

White with #EC094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC094F; }

 p { color: rgb(236,9,79); }

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

background-color css

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

 a { background-color: rgb(236,9,79); }

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

border-color css

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

 span { border-color: rgb(236,9,79); }

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