Html Css Color HEX #EC195D Ruby

📋 copy color: '#EC195D'

red 236 ◦ green 25 ◦ blue 93

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

Shades of Ruby #EC195D

Tints of Ruby #EC195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 66.67%
G = 7.06%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC195D (or 0xEC195D) is known color: Ruby. HEX triplet: EC, 19 and 5D. RGB value is (236,25,93). Sum of RGB (Red+Green+Blue) = 236+25+93=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC195D is #13E6A2. Grayscale: #5F5F5F. Windows color (decimal): -1304227 or 6101484. OLE color: 6101484.

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

Color convert

RGB 236 25 93 -
CMYK 0 0.89 0.61 0.07
HSL 340.66º 0.85% 0.51% -
HSV(B) 340.66º 0.89% 0.93% -
XYZ 36.92 19.32 12.14 -
YUV 95.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 236 25 93 0 0.89 0.61 0.07 340.66 0.85 0.51
Hex EC 19 5D 0 59 3D 7 155 55 33
Octal 354 31 135 0 131 75 7 525 125 63
Binary 11101100 11001 1011101 0 1011001 111101 111 101010101 1010101 110011

Color Harmonies of #EC195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC195D

Black with #EC195D

Text Example


Text Example

White with #EC195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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