Html Css Color HEX #EC0251 Razzmatazz

📋 copy color: '#EC0251'

red 236 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #EC0251

Tints of Razzmatazz #EC0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.39%

R = 73.98%
G = 0.63%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC0251 (or 0xEC0251) is known color: Razzmatazz. HEX triplet: EC, 02 and 51. RGB value is (236,2,81). Sum of RGB (Red+Green+Blue) = 236+2+81=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0251 is #13FDAE. Grayscale: #505050. Windows color (decimal): -1310127 or 5309164. OLE color: 5309164.

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

Color convert

RGB 236 2 81 -
CMYK 0 0.99 0.66 0.07
HSL 339.74º 0.98% 0.47% -
HSV(B) 339.74º 0.99% 0.93% -
XYZ 36.1 18.47 9.45 -
YUV 80.97 128.02 238.58 -
System Red Green Blue C M Y K H S L
Decimal 236 2 81 0 0.99 0.66 0.07 339.74 0.98 0.47
Hex EC 2 51 0 63 42 7 154 62 2F
Octal 354 2 121 0 143 102 7 524 142 57
Binary 11101100 10 1010001 0 1100011 1000010 111 101010100 1100010 101111

Color Harmonies of #EC0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0251

Black with #EC0251

Text Example


Text Example

White with #EC0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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