Html Css Color HEX #EC076B Razzmatazz

📋 copy color: '#EC076B'

red 236 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #EC076B

Tints of Razzmatazz #EC076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 67.43%
G = 2%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC076B (or 0xEC076B) is known color: Razzmatazz. HEX triplet: EC, 07 and 6B. RGB value is (236,7,107). Sum of RGB (Red+Green+Blue) = 236+7+107=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC076B is #13F894. Grayscale: #565656. Windows color (decimal): -1308821 or 7014380. OLE color: 7014380.

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

Color convert

RGB 236 7 107 -
CMYK 0 0.97 0.55 0.07
HSL 333.8º 0.94% 0.48% -
HSV(B) 333.8º 0.97% 0.93% -
XYZ 37.32 19.05 15.62 -
YUV 86.87 139.37 234.37 -
System Red Green Blue C M Y K H S L
Decimal 236 7 107 0 0.97 0.55 0.07 333.8 0.94 0.48
Hex EC 7 6B 0 61 37 7 14E 5E 30
Octal 354 7 153 0 141 67 7 516 136 60
Binary 11101100 111 1101011 0 1100001 110111 111 101001110 1011110 110000

Color Harmonies of #EC076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC076B

Black with #EC076B

Text Example


Text Example

White with #EC076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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