Html Css Color HEX #EC096A Razzmatazz

📋 copy color: '#EC096A'

red 236 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #EC096A

Tints of Razzmatazz #EC096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 67.24%
G = 2.56%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC096A (or 0xEC096A) is known color: Razzmatazz. HEX triplet: EC, 09 and 6A. RGB value is (236,9,106). Sum of RGB (Red+Green+Blue) = 236+9+106=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC096A is #13F695. Grayscale: #575757. Windows color (decimal): -1308310 or 6949356. OLE color: 6949356.

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

Color convert

RGB 236 9 106 -
CMYK 0 0.96 0.55 0.07
HSL 334.36º 0.93% 0.48% -
HSV(B) 334.36º 0.96% 0.93% -
XYZ 37.29 19.07 15.35 -
YUV 87.93 138.21 233.61 -
System Red Green Blue C M Y K H S L
Decimal 236 9 106 0 0.96 0.55 0.07 334.36 0.93 0.48
Hex EC 9 6A 0 60 37 7 14E 5D 30
Octal 354 11 152 0 140 67 7 516 135 60
Binary 11101100 1001 1101010 0 1100000 110111 111 101001110 1011101 110000

Color Harmonies of #EC096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC096A

Black with #EC096A

Text Example


Text Example

White with #EC096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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