Html Css Color HEX #EC024C Razzmatazz

📋 copy color: '#EC024C'

red 236 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #EC024C

Tints of Razzmatazz #EC024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 75.16%
G = 0.64%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC024C (or 0xEC024C) is known color: Razzmatazz. HEX triplet: EC, 02 and 4C. RGB value is (236,2,76). Sum of RGB (Red+Green+Blue) = 236+2+76=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC024C is #13FDB3. Grayscale: #505050. Windows color (decimal): -1310132 or 4981484. OLE color: 4981484.

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

Color convert

RGB 236 2 76 -
CMYK 0 0.99 0.68 0.07
HSL 341.03º 0.98% 0.47% -
HSV(B) 341.03º 0.99% 0.93% -
XYZ 35.92 18.4 8.5 -
YUV 80.4 125.52 238.98 -
System Red Green Blue C M Y K H S L
Decimal 236 2 76 0 0.99 0.68 0.07 341.03 0.98 0.47
Hex EC 2 4C 0 63 44 7 155 62 2F
Octal 354 2 114 0 143 104 7 525 142 57
Binary 11101100 10 1001100 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #EC024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC024C

Black with #EC024C

Text Example


Text Example

White with #EC024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC024C; }

 p { color: rgb(236,2,76); }

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

background-color css

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

 a { background-color: rgb(236,2,76); }

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

border-color css

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

 span { border-color: rgb(236,2,76); }

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