Html Css Color HEX #EC076D Razzmatazz

📋 copy color: '#EC076D'

red 236 ◦ green 7 ◦ blue 109

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

Shades of Razzmatazz #EC076D

Tints of Razzmatazz #EC076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 67.05%
G = 1.99%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC076D (or 0xEC076D) is known color: Razzmatazz. HEX triplet: EC, 07 and 6D. RGB value is (236,7,109). Sum of RGB (Red+Green+Blue) = 236+7+109=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC076D is #13F892. Grayscale: #565656. Windows color (decimal): -1308819 or 7145452. OLE color: 7145452.

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

Color convert

RGB 236 7 109 -
CMYK 0 0.97 0.54 0.07
HSL 333.28º 0.94% 0.48% -
HSV(B) 333.28º 0.97% 0.93% -
XYZ 37.43 19.09 16.18 -
YUV 87.1 140.37 234.21 -
System Red Green Blue C M Y K H S L
Decimal 236 7 109 0 0.97 0.54 0.07 333.28 0.94 0.48
Hex EC 7 6D 0 61 36 7 14D 5E 30
Octal 354 7 155 0 141 66 7 515 136 60
Binary 11101100 111 1101101 0 1100001 110110 111 101001101 1011110 110000

Color Harmonies of #EC076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC076D

Black with #EC076D

Text Example


Text Example

White with #EC076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC076D; }

 p { color: rgb(236,7,109); }

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

background-color css

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

 a { background-color: rgb(236,7,109); }

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

border-color css

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

 span { border-color: rgb(236,7,109); }

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