Html Css Color HEX #EC096F Razzmatazz

📋 copy color: '#EC096F'

red 236 ◦ green 9 ◦ blue 111

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

Shades of Razzmatazz #EC096F

Tints of Razzmatazz #EC096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 66.29%
G = 2.53%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC096F (or 0xEC096F) is known color: Razzmatazz. HEX triplet: EC, 09 and 6F. RGB value is (236,9,111). Sum of RGB (Red+Green+Blue) = 236+9+111=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC096F is #13F690. Grayscale: #585858. Windows color (decimal): -1308305 or 7277036. OLE color: 7277036.

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

Color convert

RGB 236 9 111 -
CMYK 0 0.96 0.53 0.07
HSL 333.04º 0.93% 0.48% -
HSV(B) 333.04º 0.96% 0.93% -
XYZ 37.56 19.18 16.76 -
YUV 88.5 140.71 233.21 -
System Red Green Blue C M Y K H S L
Decimal 236 9 111 0 0.96 0.53 0.07 333.04 0.93 0.48
Hex EC 9 6F 0 60 35 7 14D 5D 30
Octal 354 11 157 0 140 65 7 515 135 60
Binary 11101100 1001 1101111 0 1100000 110101 111 101001101 1011101 110000

Color Harmonies of #EC096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC096F

Black with #EC096F

Text Example


Text Example

White with #EC096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC096F; }

 p { color: rgb(236,9,111); }

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

background-color css

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

 a { background-color: rgb(236,9,111); }

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

border-color css

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

 span { border-color: rgb(236,9,111); }

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