Html Css Color HEX #EC024F Razzmatazz

📋 copy color: '#EC024F'

red 236 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #EC024F

Tints of Razzmatazz #EC024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 74.45%
G = 0.63%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC024F (or 0xEC024F) is known color: Razzmatazz. HEX triplet: EC, 02 and 4F. RGB value is (236,2,79). Sum of RGB (Red+Green+Blue) = 236+2+79=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC024F is #13FDB0. Grayscale: #505050. Windows color (decimal): -1310129 or 5178092. OLE color: 5178092.

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

Color convert

RGB 236 2 79 -
CMYK 0 0.99 0.67 0.07
HSL 340.26º 0.98% 0.47% -
HSV(B) 340.26º 0.99% 0.93% -
XYZ 36.03 18.44 9.06 -
YUV 80.74 127.02 238.74 -
System Red Green Blue C M Y K H S L
Decimal 236 2 79 0 0.99 0.67 0.07 340.26 0.98 0.47
Hex EC 2 4F 0 63 43 7 154 62 2F
Octal 354 2 117 0 143 103 7 524 142 57
Binary 11101100 10 1001111 0 1100011 1000011 111 101010100 1100010 101111

Color Harmonies of #EC024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC024F

Black with #EC024F

Text Example


Text Example

White with #EC024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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