Html Css Color HEX #EC076C Razzmatazz

📋 copy color: '#EC076C'

red 236 ◦ green 7 ◦ blue 108

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

Shades of Razzmatazz #EC076C

Tints of Razzmatazz #EC076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 67.24%
G = 1.99%
B = 30.77%

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

#EC076C (or 0xEC076C) is known color: Razzmatazz. HEX triplet: EC, 07 and 6C. RGB value is (236,7,108). Sum of RGB (Red+Green+Blue) = 236+7+108=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC076C is #13F893. Grayscale: #565656. Windows color (decimal): -1308820 or 7079916. OLE color: 7079916.

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

Color convert

RGB 236 7 108 -
CMYK 0 0.97 0.54 0.07
HSL 333.54º 0.94% 0.48% -
HSV(B) 333.54º 0.97% 0.93% -
XYZ 37.37 19.07 15.9 -
YUV 86.99 139.87 234.29 -
System Red Green Blue C M Y K H S L
Decimal 236 7 108 0 0.97 0.54 0.07 333.54 0.94 0.48
Hex EC 7 6C 0 61 36 7 14E 5E 30
Octal 354 7 154 0 141 66 7 516 136 60
Binary 11101100 111 1101100 0 1100001 110110 111 101001110 1011110 110000

Color Harmonies of #EC076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC076C

Black with #EC076C

Text Example


Text Example

White with #EC076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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