Html Css Color HEX #EC0677 Razzmatazz

📋 copy color: '#EC0677'

red 236 ◦ green 6 ◦ blue 119

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

Shades of Razzmatazz #EC0677

Tints of Razzmatazz #EC0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 65.37%
G = 1.66%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0677 (or 0xEC0677) is known color: Razzmatazz. HEX triplet: EC, 06 and 77. RGB value is (236,6,119). Sum of RGB (Red+Green+Blue) = 236+6+119=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0677 is #13F988. Grayscale: #575757. Windows color (decimal): -1309065 or 7800556. OLE color: 7800556.

HSL color Cylindrical-coordinate representation of color #EC0677: hue angle of 330.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0677 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 119 -
CMYK 0 0.97 0.50 0.07
HSL 330.52º 0.95% 0.47% -
HSV(B) 330.52º 0.97% 0.93% -
XYZ 37.99 19.3 19.17 -
YUV 87.65 145.7 233.81 -
System Red Green Blue C M Y K H S L
Decimal 236 6 119 0 0.97 0.50 0.07 330.52 0.95 0.47
Hex EC 6 77 0 61 32 7 14B 5F 2F
Octal 354 6 167 0 141 62 7 513 137 57
Binary 11101100 110 1110111 0 1100001 110010 111 101001011 1011111 101111

Color Harmonies of #EC0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0677

Black with #EC0677

Text Example


Text Example

White with #EC0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0677; }

 p { color: rgb(236,6,119); }

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

background-color css

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

 a { background-color: rgb(236,6,119); }

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

border-color css

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

 span { border-color: rgb(236,6,119); }

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