Html Css Color HEX #EC1572 Ruby

📋 copy color: '#EC1572'

red 236 ◦ green 21 ◦ blue 114

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

Shades of Ruby #EC1572

Tints of Ruby #EC1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 63.61%
G = 5.66%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1572 (or 0xEC1572) is known color: Ruby. HEX triplet: EC, 15 and 72. RGB value is (236,21,114). Sum of RGB (Red+Green+Blue) = 236+21+114=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1572 is #13EA8D. Grayscale: #5F5F5F. Windows color (decimal): -1305230 or 7476716. OLE color: 7476716.

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

Color convert

RGB 236 21 114 -
CMYK 0 0.91 0.52 0.07
HSL 334.05º 0.85% 0.5% -
HSV(B) 334.05º 0.91% 0.93% -
XYZ 37.9 19.58 17.7 -
YUV 95.89 138.23 227.94 -
System Red Green Blue C M Y K H S L
Decimal 236 21 114 0 0.91 0.52 0.07 334.05 0.85 0.5
Hex EC 15 72 0 5B 34 7 14E 55 32
Octal 354 25 162 0 133 64 7 516 125 62
Binary 11101100 10101 1110010 0 1011011 110100 111 101001110 1010101 110010

Color Harmonies of #EC1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1572

Black with #EC1572

Text Example


Text Example

White with #EC1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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