Html Css Color HEX #EC1272 Ruby

📋 copy color: '#EC1272'

red 236 ◦ green 18 ◦ blue 114

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

Shades of Ruby #EC1272

Tints of Ruby #EC1272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

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

R = 64.13%
G = 4.89%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1272 (or 0xEC1272) is known color: Ruby. HEX triplet: EC, 12 and 72. RGB value is (236,18,114). Sum of RGB (Red+Green+Blue) = 236+18+114=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1272 is #13ED8D. Grayscale: #5D5D5D. Windows color (decimal): -1305998 or 7475948. OLE color: 7475948.

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

Color convert

RGB 236 18 114 -
CMYK 0 0.92 0.52 0.07
HSL 333.58º 0.86% 0.5% -
HSV(B) 333.58º 0.92% 0.93% -
XYZ 37.85 19.48 17.68 -
YUV 94.13 139.22 229.19 -
System Red Green Blue C M Y K H S L
Decimal 236 18 114 0 0.92 0.52 0.07 333.58 0.86 0.5
Hex EC 12 72 0 5C 34 7 14E 56 32
Octal 354 22 162 0 134 64 7 516 126 62
Binary 11101100 10010 1110010 0 1011100 110100 111 101001110 1010110 110010

Color Harmonies of #EC1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1272

Black with #EC1272

Text Example


Text Example

White with #EC1272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1272; }

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

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

background-color css

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

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

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

border-color css

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

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

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