Html Css Color HEX #EC1D78 Ruby

📋 copy color: '#EC1D78'

red 236 ◦ green 29 ◦ blue 120

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

Shades of Ruby #EC1D78

Tints of Ruby #EC1D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.53%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 61.3%
G = 7.53%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC1D78 (or 0xEC1D78) is known color: Ruby. HEX triplet: EC, 1D and 78. RGB value is (236,29,120). Sum of RGB (Red+Green+Blue) = 236+29+120=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D78 is #13E287. Grayscale: #656565. Windows color (decimal): -1303176 or 7871980. OLE color: 7871980.

HSL color Cylindrical-coordinate representation of color #EC1D78: hue angle of 333.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D78 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 29 120 -
CMYK 0 0.88 0.49 0.07
HSL 333.62º 0.84% 0.52% -
HSV(B) 333.62º 0.88% 0.93% -
XYZ 38.42 20.07 19.62 -
YUV 101.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 236 29 120 0 0.88 0.49 0.07 333.62 0.84 0.52
Hex EC 1D 78 0 58 31 7 14E 54 34
Octal 354 35 170 0 130 61 7 516 124 64
Binary 11101100 11101 1111000 0 1011000 110001 111 101001110 1010100 110100

Color Harmonies of #EC1D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D78

Black with #EC1D78

Text Example


Text Example

White with #EC1D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D78; }

 p { color: rgb(236,29,120); }

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

background-color css

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

 a { background-color: rgb(236,29,120); }

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

border-color css

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

 span { border-color: rgb(236,29,120); }

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