Html Css Color HEX #EC0950 Razzmatazz

📋 copy color: '#EC0950'

red 236 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #EC0950

Tints of Razzmatazz #EC0950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 72.62%
G = 2.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC0950 (or 0xEC0950) is known color: Razzmatazz. HEX triplet: EC, 09 and 50. RGB value is (236,9,80). Sum of RGB (Red+Green+Blue) = 236+9+80=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0950 is #13F6AF. Grayscale: #545454. Windows color (decimal): -1308336 or 5245420. OLE color: 5245420.

HSL color Cylindrical-coordinate representation of color #EC0950: hue angle of 341.23º 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 #EC0950 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 9 80 -
CMYK 0 0.96 0.66 0.07
HSL 341.23º 0.93% 0.48% -
HSV(B) 341.23º 0.96% 0.93% -
XYZ 36.14 18.61 9.28 -
YUV 84.97 125.21 235.73 -
System Red Green Blue C M Y K H S L
Decimal 236 9 80 0 0.96 0.66 0.07 341.23 0.93 0.48
Hex EC 9 50 0 60 42 7 155 5D 30
Octal 354 11 120 0 140 102 7 525 135 60
Binary 11101100 1001 1010000 0 1100000 1000010 111 101010101 1011101 110000

Color Harmonies of #EC0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0950

Black with #EC0950

Text Example


Text Example

White with #EC0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0950; }

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

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

background-color css

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

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

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

border-color css

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

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

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