Html Css Color HEX #EC1872 Ruby

📋 copy color: '#EC1872'

red 236 ◦ green 24 ◦ blue 114

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

Shades of Ruby #EC1872

Tints of Ruby #EC1872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

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

R = 63.1%
G = 6.42%
B = 30.48%

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

#EC1872 (or 0xEC1872) is known color: Ruby. HEX triplet: EC, 18 and 72. RGB value is (236,24,114). Sum of RGB (Red+Green+Blue) = 236+24+114=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1872 is #13E78D. Grayscale: #616161. Windows color (decimal): -1304462 or 7477484. OLE color: 7477484.

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

Color convert

RGB 236 24 114 -
CMYK 0 0.90 0.52 0.07
HSL 334.53º 0.85% 0.51% -
HSV(B) 334.53º 0.9% 0.93% -
XYZ 37.96 19.7 17.72 -
YUV 97.65 137.24 226.68 -
System Red Green Blue C M Y K H S L
Decimal 236 24 114 0 0.90 0.52 0.07 334.53 0.85 0.51
Hex EC 18 72 0 5A 34 7 14F 55 33
Octal 354 30 162 0 132 64 7 517 125 63
Binary 11101100 11000 1110010 0 1011010 110100 111 101001111 1010101 110011

Color Harmonies of #EC1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1872

Black with #EC1872

Text Example


Text Example

White with #EC1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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