Html Css Color HEX #EC0460 Razzmatazz

📋 copy color: '#EC0460'

red 236 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #EC0460

Tints of Razzmatazz #EC0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 70.24%
G = 1.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC0460 (or 0xEC0460) is known color: Razzmatazz. HEX triplet: EC, 04 and 60. RGB value is (236,4,96). Sum of RGB (Red+Green+Blue) = 236+4+96=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0460 is #13FB9F. Grayscale: #535353. Windows color (decimal): -1309600 or 6292716. OLE color: 6292716.

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

Color convert

RGB 236 4 96 -
CMYK 0 0.98 0.59 0.07
HSL 336.21º 0.97% 0.47% -
HSV(B) 336.21º 0.98% 0.93% -
XYZ 36.75 18.76 12.75 -
YUV 83.86 134.86 236.52 -
System Red Green Blue C M Y K H S L
Decimal 236 4 96 0 0.98 0.59 0.07 336.21 0.97 0.47
Hex EC 4 60 0 62 3B 7 150 61 2F
Octal 354 4 140 0 142 73 7 520 141 57
Binary 11101100 100 1100000 0 1100010 111011 111 101010000 1100001 101111

Color Harmonies of #EC0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0460

Black with #EC0460

Text Example


Text Example

White with #EC0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0460; }

 p { color: rgb(236,4,96); }

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

background-color css

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

 a { background-color: rgb(236,4,96); }

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

border-color css

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

 span { border-color: rgb(236,4,96); }

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