Html Css Color HEX #EC0E5B Razzmatazz

📋 copy color: '#EC0E5B'

red 236 ◦ green 14 ◦ blue 91

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

Shades of Razzmatazz #EC0E5B

Tints of Razzmatazz #EC0E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.11%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 69.21%
G = 4.11%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC0E5B (or 0xEC0E5B) is known color: Razzmatazz. HEX triplet: EC, 0E and 5B. RGB value is (236,14,91). Sum of RGB (Red+Green+Blue) = 236+14+91=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E5B is #13F1A4. Grayscale: #595959. Windows color (decimal): -1307045 or 5967596. OLE color: 5967596.

HSL color Cylindrical-coordinate representation of color #EC0E5B: hue angle of 339.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E5B is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 14 91 -
CMYK 0 0.94 0.61 0.07
HSL 339.19º 0.89% 0.49% -
HSV(B) 339.19º 0.94% 0.93% -
XYZ 36.64 18.9 11.62 -
YUV 89.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 236 14 91 0 0.94 0.61 0.07 339.19 0.89 0.49
Hex EC E 5B 0 5E 3D 7 153 59 31
Octal 354 16 133 0 136 75 7 523 131 61
Binary 11101100 1110 1011011 0 1011110 111101 111 101010011 1011001 110001

Color Harmonies of #EC0E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E5B

Black with #EC0E5B

Text Example


Text Example

White with #EC0E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E5B; }

 p { color: rgb(236,14,91); }

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

background-color css

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

 a { background-color: rgb(236,14,91); }

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

border-color css

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

 span { border-color: rgb(236,14,91); }

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