Html Css Color HEX #EC195E Ruby

📋 copy color: '#EC195E'

red 236 ◦ green 25 ◦ blue 94

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

Shades of Ruby #EC195E

Tints of Ruby #EC195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 66.48%
G = 7.04%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC195E (or 0xEC195E) is known color: Ruby. HEX triplet: EC, 19 and 5E. RGB value is (236,25,94). Sum of RGB (Red+Green+Blue) = 236+25+94=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC195E is #13E6A1. Grayscale: #5F5F5F. Windows color (decimal): -1304226 or 6167020. OLE color: 6167020.

HSL color Cylindrical-coordinate representation of color #EC195E: hue angle of 340.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC195E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 94 -
CMYK 0 0.89 0.60 0.07
HSL 340.38º 0.85% 0.51% -
HSV(B) 340.38º 0.89% 0.93% -
XYZ 36.96 19.34 12.37 -
YUV 95.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 236 25 94 0 0.89 0.60 0.07 340.38 0.85 0.51
Hex EC 19 5E 0 59 3C 7 154 55 33
Octal 354 31 136 0 131 74 7 524 125 63
Binary 11101100 11001 1011110 0 1011001 111100 111 101010100 1010101 110011

Color Harmonies of #EC195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC195E

Black with #EC195E

Text Example


Text Example

White with #EC195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC195E; }

 p { color: rgb(236,25,94); }

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

background-color css

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

 a { background-color: rgb(236,25,94); }

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

border-color css

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

 span { border-color: rgb(236,25,94); }

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