Html Css Color HEX #EC145F Ruby

📋 copy color: '#EC145F'

red 236 ◦ green 20 ◦ blue 95

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

Shades of Ruby #EC145F

Tints of Ruby #EC145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

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

R = 67.24%
G = 5.7%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC145F (or 0xEC145F) is known color: Ruby. HEX triplet: EC, 14 and 5F. RGB value is (236,20,95). Sum of RGB (Red+Green+Blue) = 236+20+95=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC145F is #13EBA0. Grayscale: #5D5D5D. Windows color (decimal): -1305505 or 6231276. OLE color: 6231276.

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

Color convert

RGB 236 20 95 -
CMYK 0 0.92 0.60 0.07
HSL 339.17º 0.85% 0.5% -
HSV(B) 339.17º 0.92% 0.93% -
XYZ 36.91 19.16 12.58 -
YUV 93.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 236 20 95 0 0.92 0.60 0.07 339.17 0.85 0.5
Hex EC 14 5F 0 5C 3C 7 153 55 32
Octal 354 24 137 0 134 74 7 523 125 62
Binary 11101100 10100 1011111 0 1011100 111100 111 101010011 1010101 110010

Color Harmonies of #EC145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC145F

Black with #EC145F

Text Example


Text Example

White with #EC145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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