Html Css Color HEX #EC057A Ruby

📋 copy color: '#EC057A'

red 236 ◦ green 5 ◦ blue 122

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

Shades of Ruby #EC057A

Tints of Ruby #EC057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 65.01%
G = 1.38%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC057A (or 0xEC057A) is known color: Ruby. HEX triplet: EC, 05 and 7A. RGB value is (236,5,122). Sum of RGB (Red+Green+Blue) = 236+5+122=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC057A is #13FA85. Grayscale: #575757. Windows color (decimal): -1309318 or 7996908. OLE color: 7996908.

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

Color convert

RGB 236 5 122 -
CMYK 0 0.98 0.48 0.07
HSL 329.61º 0.96% 0.47% -
HSV(B) 329.61º 0.98% 0.93% -
XYZ 38.16 19.35 20.14 -
YUV 87.41 147.53 233.99 -
System Red Green Blue C M Y K H S L
Decimal 236 5 122 0 0.98 0.48 0.07 329.61 0.96 0.47
Hex EC 5 7A 0 62 30 7 14A 60 2F
Octal 354 5 172 0 142 60 7 512 140 57
Binary 11101100 101 1111010 0 1100010 110000 111 101001010 1100000 101111

Color Harmonies of #EC057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC057A

Black with #EC057A

Text Example


Text Example

White with #EC057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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