Html Css Color HEX #EC1675 Ruby

📋 copy color: '#EC1675'

red 236 ◦ green 22 ◦ blue 117

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

Shades of Ruby #EC1675

Tints of Ruby #EC1675

RGB

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

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

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

R = 62.93%
G = 5.87%
B = 31.2%

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

#EC1675 (or 0xEC1675) is known color: Ruby. HEX triplet: EC, 16 and 75. RGB value is (236,22,117). Sum of RGB (Red+Green+Blue) = 236+22+117=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1675 is #13E98A. Grayscale: #606060. Windows color (decimal): -1304971 or 7673580. OLE color: 7673580.

HSL color Cylindrical-coordinate representation of color #EC1675: hue angle of 333.36º 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 #EC1675 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 22 117 -
CMYK 0 0.91 0.50 0.07
HSL 333.36º 0.85% 0.51% -
HSV(B) 333.36º 0.91% 0.93% -
XYZ 38.09 19.69 18.62 -
YUV 96.82 139.4 227.28 -
System Red Green Blue C M Y K H S L
Decimal 236 22 117 0 0.91 0.50 0.07 333.36 0.85 0.51
Hex EC 16 75 0 5B 32 7 14D 55 33
Octal 354 26 165 0 133 62 7 515 125 63
Binary 11101100 10110 1110101 0 1011011 110010 111 101001101 1010101 110011

Color Harmonies of #EC1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1675

Black with #EC1675

Text Example


Text Example

White with #EC1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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