Html Css Color HEX #EC095A Razzmatazz

📋 copy color: '#EC095A'

red 236 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #EC095A

Tints of Razzmatazz #EC095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 70.45%
G = 2.69%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC095A (or 0xEC095A) is known color: Razzmatazz. HEX triplet: EC, 09 and 5A. RGB value is (236,9,90). Sum of RGB (Red+Green+Blue) = 236+9+90=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC095A is #13F6A5. Grayscale: #565656. Windows color (decimal): -1308326 or 5900780. OLE color: 5900780.

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

Color convert

RGB 236 9 90 -
CMYK 0 0.96 0.62 0.07
HSL 338.59º 0.93% 0.48% -
HSV(B) 338.59º 0.96% 0.93% -
XYZ 36.54 18.77 11.37 -
YUV 86.11 130.21 234.91 -
System Red Green Blue C M Y K H S L
Decimal 236 9 90 0 0.96 0.62 0.07 338.59 0.93 0.48
Hex EC 9 5A 0 60 3E 7 153 5D 30
Octal 354 11 132 0 140 76 7 523 135 60
Binary 11101100 1001 1011010 0 1100000 111110 111 101010011 1011101 110000

Color Harmonies of #EC095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC095A

Black with #EC095A

Text Example


Text Example

White with #EC095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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