Html Css Color HEX #EC156E Ruby

📋 copy color: '#EC156E'

red 236 ◦ green 21 ◦ blue 110

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

Shades of Ruby #EC156E

Tints of Ruby #EC156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 64.31%
G = 5.72%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC156E (or 0xEC156E) is known color: Ruby. HEX triplet: EC, 15 and 6E. RGB value is (236,21,110). Sum of RGB (Red+Green+Blue) = 236+21+110=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC156E is #13EA91. Grayscale: #5F5F5F. Windows color (decimal): -1305234 or 7214572. OLE color: 7214572.

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

Color convert

RGB 236 21 110 -
CMYK 0 0.91 0.53 0.07
HSL 335.16º 0.85% 0.5% -
HSV(B) 335.16º 0.91% 0.93% -
XYZ 37.67 19.49 16.53 -
YUV 95.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 236 21 110 0 0.91 0.53 0.07 335.16 0.85 0.5
Hex EC 15 6E 0 5B 35 7 14F 55 32
Octal 354 25 156 0 133 65 7 517 125 62
Binary 11101100 10101 1101110 0 1011011 110101 111 101001111 1010101 110010

Color Harmonies of #EC156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC156E

Black with #EC156E

Text Example


Text Example

White with #EC156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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