Html Css Color HEX #EC0472 Razzmatazz

📋 copy color: '#EC0472'

red 236 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #EC0472

Tints of Razzmatazz #EC0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 66.67%
G = 1.13%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC0472 (or 0xEC0472) is known color: Razzmatazz. HEX triplet: EC, 04 and 72. RGB value is (236,4,114). Sum of RGB (Red+Green+Blue) = 236+4+114=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0472 is #13FB8D. Grayscale: #555555. Windows color (decimal): -1309582 or 7472364. OLE color: 7472364.

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

Color convert

RGB 236 4 114 -
CMYK 0 0.98 0.52 0.07
HSL 331.55º 0.97% 0.47% -
HSV(B) 331.55º 0.98% 0.93% -
XYZ 37.67 19.13 17.63 -
YUV 85.91 143.86 235.06 -
System Red Green Blue C M Y K H S L
Decimal 236 4 114 0 0.98 0.52 0.07 331.55 0.97 0.47
Hex EC 4 72 0 62 34 7 14C 61 2F
Octal 354 4 162 0 142 64 7 514 141 57
Binary 11101100 100 1110010 0 1100010 110100 111 101001100 1100001 101111

Color Harmonies of #EC0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0472

Black with #EC0472

Text Example


Text Example

White with #EC0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0472; }

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

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

background-color css

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

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

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

border-color css

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

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

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