Html Css Color HEX #EC0753 Razzmatazz

📋 copy color: '#EC0753'

red 236 ◦ green 7 ◦ blue 83

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

Shades of Razzmatazz #EC0753

Tints of Razzmatazz #EC0753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 72.39%
G = 2.15%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC0753 (or 0xEC0753) is known color: Razzmatazz. HEX triplet: EC, 07 and 53. RGB value is (236,7,83). Sum of RGB (Red+Green+Blue) = 236+7+83=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0753 is #13F8AC. Grayscale: #545454. Windows color (decimal): -1308845 or 5441516. OLE color: 5441516.

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

Color convert

RGB 236 7 83 -
CMYK 0 0.97 0.65 0.07
HSL 340.09º 0.94% 0.48% -
HSV(B) 340.09º 0.97% 0.93% -
XYZ 36.23 18.61 9.87 -
YUV 84.14 127.37 236.32 -
System Red Green Blue C M Y K H S L
Decimal 236 7 83 0 0.97 0.65 0.07 340.09 0.94 0.48
Hex EC 7 53 0 61 41 7 154 5E 30
Octal 354 7 123 0 141 101 7 524 136 60
Binary 11101100 111 1010011 0 1100001 1000001 111 101010100 1011110 110000

Color Harmonies of #EC0753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0753

Black with #EC0753

Text Example


Text Example

White with #EC0753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0753; }

 p { color: rgb(236,7,83); }

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

background-color css

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

 a { background-color: rgb(236,7,83); }

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

border-color css

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

 span { border-color: rgb(236,7,83); }

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