Html Css Color HEX #EC1673 Ruby

📋 copy color: '#EC1673'

red 236 ◦ green 22 ◦ blue 115

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

Shades of Ruby #EC1673

Tints of Ruby #EC1673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.9%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 63.27%
G = 5.9%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC1673 (or 0xEC1673) is known color: Ruby. HEX triplet: EC, 16 and 73. RGB value is (236,22,115). Sum of RGB (Red+Green+Blue) = 236+22+115=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1673 is #13E98C. Grayscale: #606060. Windows color (decimal): -1304973 or 7542508. OLE color: 7542508.

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

Color convert

RGB 236 22 115 -
CMYK 0 0.91 0.51 0.07
HSL 333.93º 0.85% 0.51% -
HSV(B) 333.93º 0.91% 0.93% -
XYZ 37.97 19.64 18.01 -
YUV 96.59 138.4 227.44 -
System Red Green Blue C M Y K H S L
Decimal 236 22 115 0 0.91 0.51 0.07 333.93 0.85 0.51
Hex EC 16 73 0 5B 33 7 14E 55 33
Octal 354 26 163 0 133 63 7 516 125 63
Binary 11101100 10110 1110011 0 1011011 110011 111 101001110 1010101 110011

Color Harmonies of #EC1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1673

Black with #EC1673

Text Example


Text Example

White with #EC1673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1673; }

 p { color: rgb(236,22,115); }

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

background-color css

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

 a { background-color: rgb(236,22,115); }

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

border-color css

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

 span { border-color: rgb(236,22,115); }

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