Html Css Color HEX #EC0255 Razzmatazz

📋 copy color: '#EC0255'

red 236 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #EC0255

Tints of Razzmatazz #EC0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 73.07%
G = 0.62%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC0255 (or 0xEC0255) is known color: Razzmatazz. HEX triplet: EC, 02 and 55. RGB value is (236,2,85). Sum of RGB (Red+Green+Blue) = 236+2+85=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0255 is #13FDAA. Grayscale: #515151. Windows color (decimal): -1310123 or 5571308. OLE color: 5571308.

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

Color convert

RGB 236 2 85 -
CMYK 0 0.99 0.64 0.07
HSL 338.72º 0.98% 0.47% -
HSV(B) 338.72º 0.99% 0.93% -
XYZ 36.25 18.53 10.26 -
YUV 81.43 130.02 238.25 -
System Red Green Blue C M Y K H S L
Decimal 236 2 85 0 0.99 0.64 0.07 338.72 0.98 0.47
Hex EC 2 55 0 63 40 7 153 62 2F
Octal 354 2 125 0 143 100 7 523 142 57
Binary 11101100 10 1010101 0 1100011 1000000 111 101010011 1100010 101111

Color Harmonies of #EC0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0255

Black with #EC0255

Text Example


Text Example

White with #EC0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0255; }

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

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

background-color css

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

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

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

border-color css

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

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

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