Html Css Color HEX #EC195F Ruby

📋 copy color: '#EC195F'

red 236 ◦ green 25 ◦ blue 95

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

Shades of Ruby #EC195F

Tints of Ruby #EC195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 66.29%
G = 7.02%
B = 26.69%

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

#EC195F (or 0xEC195F) is known color: Ruby. HEX triplet: EC, 19 and 5F. RGB value is (236,25,95). Sum of RGB (Red+Green+Blue) = 236+25+95=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC195F is #13E6A0. Grayscale: #606060. Windows color (decimal): -1304225 or 6232556. OLE color: 6232556.

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

Color convert

RGB 236 25 95 -
CMYK 0 0.89 0.60 0.07
HSL 340.09º 0.85% 0.51% -
HSV(B) 340.09º 0.89% 0.93% -
XYZ 37.01 19.35 12.61 -
YUV 96.07 127.4 227.81 -
System Red Green Blue C M Y K H S L
Decimal 236 25 95 0 0.89 0.60 0.07 340.09 0.85 0.51
Hex EC 19 5F 0 59 3C 7 154 55 33
Octal 354 31 137 0 131 74 7 524 125 63
Binary 11101100 11001 1011111 0 1011001 111100 111 101010100 1010101 110011

Color Harmonies of #EC195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC195F

Black with #EC195F

Text Example


Text Example

White with #EC195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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