Html Css Color HEX #EC1575 Ruby

📋 copy color: '#EC1575'

red 236 ◦ green 21 ◦ blue 117

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

Shades of Ruby #EC1575

Tints of Ruby #EC1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 63.1%
G = 5.61%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC1575 (or 0xEC1575) is known color: Ruby. HEX triplet: EC, 15 and 75. RGB value is (236,21,117). Sum of RGB (Red+Green+Blue) = 236+21+117=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1575 is #13EA8A. Grayscale: #606060. Windows color (decimal): -1305227 or 7673324. OLE color: 7673324.

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

Color convert

RGB 236 21 117 -
CMYK 0 0.91 0.50 0.07
HSL 333.21º 0.85% 0.5% -
HSV(B) 333.21º 0.91% 0.93% -
XYZ 38.07 19.65 18.62 -
YUV 96.23 139.73 227.69 -
System Red Green Blue C M Y K H S L
Decimal 236 21 117 0 0.91 0.50 0.07 333.21 0.85 0.5
Hex EC 15 75 0 5B 32 7 14D 55 32
Octal 354 25 165 0 133 62 7 515 125 62
Binary 11101100 10101 1110101 0 1011011 110010 111 101001101 1010101 110010

Color Harmonies of #EC1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1575

Black with #EC1575

Text Example


Text Example

White with #EC1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1575; }

 p { color: rgb(236,21,117); }

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

background-color css

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

 a { background-color: rgb(236,21,117); }

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

border-color css

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

 span { border-color: rgb(236,21,117); }

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