Html Css Color HEX #EC1958 Ruby

📋 copy color: '#EC1958'

red 236 ◦ green 25 ◦ blue 88

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

Shades of Ruby #EC1958

Tints of Ruby #EC1958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 67.62%
G = 7.16%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC1958 (or 0xEC1958) is known color: Ruby. HEX triplet: EC, 19 and 58. RGB value is (236,25,88). Sum of RGB (Red+Green+Blue) = 236+25+88=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1958 is #13E6A7. Grayscale: #5F5F5F. Windows color (decimal): -1304232 or 5773804. OLE color: 5773804.

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

Color convert

RGB 236 25 88 -
CMYK 0 0.89 0.63 0.07
HSL 342.09º 0.85% 0.51% -
HSV(B) 342.09º 0.89% 0.93% -
XYZ 36.7 19.23 11.01 -
YUV 95.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 236 25 88 0 0.89 0.63 0.07 342.09 0.85 0.51
Hex EC 19 58 0 59 3F 7 156 55 33
Octal 354 31 130 0 131 77 7 526 125 63
Binary 11101100 11001 1011000 0 1011001 111111 111 101010110 1010101 110011

Color Harmonies of #EC1958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1958

Black with #EC1958

Text Example


Text Example

White with #EC1958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1958; }

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

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

background-color css

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

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

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

border-color css

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

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

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