Html Css Color HEX #EC0259 Razzmatazz

📋 copy color: '#EC0259'

red 236 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #EC0259

Tints of Razzmatazz #EC0259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 72.17%
G = 0.61%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC0259 (or 0xEC0259) is known color: Razzmatazz. HEX triplet: EC, 02 and 59. RGB value is (236,2,89). Sum of RGB (Red+Green+Blue) = 236+2+89=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0259 is #13FDA6. Grayscale: #515151. Windows color (decimal): -1310119 or 5833452. OLE color: 5833452.

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

Color convert

RGB 236 2 89 -
CMYK 0 0.99 0.62 0.07
HSL 337.69º 0.98% 0.47% -
HSV(B) 337.69º 0.99% 0.93% -
XYZ 36.42 18.6 11.12 -
YUV 81.88 132.02 237.93 -
System Red Green Blue C M Y K H S L
Decimal 236 2 89 0 0.99 0.62 0.07 337.69 0.98 0.47
Hex EC 2 59 0 63 3E 7 152 62 2F
Octal 354 2 131 0 143 76 7 522 142 57
Binary 11101100 10 1011001 0 1100011 111110 111 101010010 1100010 101111

Color Harmonies of #EC0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0259

Black with #EC0259

Text Example


Text Example

White with #EC0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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