Html Css Color HEX #EC0248 Razzmatazz

📋 copy color: '#EC0248'

red 236 ◦ green 2 ◦ blue 72

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

Shades of Razzmatazz #EC0248

Tints of Razzmatazz #EC0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 76.13%
G = 0.65%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC0248 (or 0xEC0248) is known color: Razzmatazz. HEX triplet: EC, 02 and 48. RGB value is (236,2,72). Sum of RGB (Red+Green+Blue) = 236+2+72=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0248 is #13FDB7. Grayscale: #4F4F4F. Windows color (decimal): -1310136 or 4719340. OLE color: 4719340.

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

Color convert

RGB 236 2 72 -
CMYK 0 0.99 0.69 0.07
HSL 342.05º 0.98% 0.47% -
HSV(B) 342.05º 0.99% 0.93% -
XYZ 35.78 18.34 7.79 -
YUV 79.95 123.52 239.31 -
System Red Green Blue C M Y K H S L
Decimal 236 2 72 0 0.99 0.69 0.07 342.05 0.98 0.47
Hex EC 2 48 0 63 45 7 156 62 2F
Octal 354 2 110 0 143 105 7 526 142 57
Binary 11101100 10 1001000 0 1100011 1000101 111 101010110 1100010 101111

Color Harmonies of #EC0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0248

Black with #EC0248

Text Example


Text Example

White with #EC0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0248; }

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

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

background-color css

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

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

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

border-color css

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

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

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