Html Css Color HEX #EC1772 Ruby

📋 copy color: '#EC1772'

red 236 ◦ green 23 ◦ blue 114

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

Shades of Ruby #EC1772

Tints of Ruby #EC1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.17%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 63.27%
G = 6.17%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1772 (or 0xEC1772) is known color: Ruby. HEX triplet: EC, 17 and 72. RGB value is (236,23,114). Sum of RGB (Red+Green+Blue) = 236+23+114=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1772 is #13E88D. Grayscale: #606060. Windows color (decimal): -1304718 or 7477228. OLE color: 7477228.

HSL color Cylindrical-coordinate representation of color #EC1772: hue angle of 334.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1772 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 114 -
CMYK 0 0.90 0.52 0.07
HSL 334.37º 0.85% 0.51% -
HSV(B) 334.37º 0.9% 0.93% -
XYZ 37.94 19.66 17.72 -
YUV 97.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 236 23 114 0 0.90 0.52 0.07 334.37 0.85 0.51
Hex EC 17 72 0 5A 34 7 14E 55 33
Octal 354 27 162 0 132 64 7 516 125 63
Binary 11101100 10111 1110010 0 1011010 110100 111 101001110 1010101 110011

Color Harmonies of #EC1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1772

Black with #EC1772

Text Example


Text Example

White with #EC1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1772; }

 p { color: rgb(236,23,114); }

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

background-color css

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

 a { background-color: rgb(236,23,114); }

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

border-color css

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

 span { border-color: rgb(236,23,114); }

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