Html Css Color HEX #EC087A Ruby

📋 copy color: '#EC087A'

red 236 ◦ green 8 ◦ blue 122

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

Shades of Ruby #EC087A

Tints of Ruby #EC087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 64.48%
G = 2.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC087A (or 0xEC087A) is known color: Ruby. HEX triplet: EC, 08 and 7A. RGB value is (236,8,122). Sum of RGB (Red+Green+Blue) = 236+8+122=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087A is #13F785. Grayscale: #585858. Windows color (decimal): -1308550 or 7997676. OLE color: 7997676.

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

Color convert

RGB 236 8 122 -
CMYK 0 0.97 0.48 0.07
HSL 330º 0.93% 0.48% -
HSV(B) 330º 0.97% 0.93% -
XYZ 38.19 19.41 20.15 -
YUV 89.17 146.54 232.73 -
System Red Green Blue C M Y K H S L
Decimal 236 8 122 0 0.97 0.48 0.07 330 0.93 0.48
Hex EC 8 7A 0 61 30 7 14A 5D 30
Octal 354 10 172 0 141 60 7 512 135 60
Binary 11101100 1000 1111010 0 1100001 110000 111 101001010 1011101 110000

Color Harmonies of #EC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC087A

Black with #EC087A

Text Example


Text Example

White with #EC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC087A; }

 p { color: rgb(236,8,122); }

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

background-color css

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

 a { background-color: rgb(236,8,122); }

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

border-color css

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

 span { border-color: rgb(236,8,122); }

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