Html Css Color HEX #EC0274 Razzmatazz

📋 copy color: '#EC0274'

red 236 ◦ green 2 ◦ blue 116

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

Shades of Razzmatazz #EC0274

Tints of Razzmatazz #EC0274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 66.67%
G = 0.56%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC0274 (or 0xEC0274) is known color: Razzmatazz. HEX triplet: EC, 02 and 74. RGB value is (236,2,116). Sum of RGB (Red+Green+Blue) = 236+2+116=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0274 is #13FD8B. Grayscale: #545454. Windows color (decimal): -1310092 or 7602924. OLE color: 7602924.

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

Color convert

RGB 236 2 116 -
CMYK 0 0.99 0.51 0.07
HSL 330.77º 0.98% 0.47% -
HSV(B) 330.77º 0.99% 0.93% -
XYZ 37.77 19.14 18.23 -
YUV 84.96 145.52 235.73 -
System Red Green Blue C M Y K H S L
Decimal 236 2 116 0 0.99 0.51 0.07 330.77 0.98 0.47
Hex EC 2 74 0 63 33 7 14B 62 2F
Octal 354 2 164 0 143 63 7 513 142 57
Binary 11101100 10 1110100 0 1100011 110011 111 101001011 1100010 101111

Color Harmonies of #EC0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0274

Black with #EC0274

Text Example


Text Example

White with #EC0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0274; }

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

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

background-color css

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

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

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

border-color css

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

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

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