Html Css Color HEX #EA137A Ruby

📋 copy color: '#EA137A'

red 234 ◦ green 19 ◦ blue 122

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

Shades of Ruby #EA137A

Tints of Ruby #EA137A

RGB

 RED value IS 234 (91.8% from 255) = 62.4%

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 62.4%
G = 5.07%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA137A (or 0xEA137A) is known color: Ruby. HEX triplet: EA, 13 and 7A. RGB value is (234,19,122). Sum of RGB (Red+Green+Blue) = 234+19+122=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA137A is #15EC85. Grayscale: #5E5E5E. Windows color (decimal): -1436806 or 8000490. OLE color: 8000490.

HSL color Cylindrical-coordinate representation of color #EA137A: hue angle of 331.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA137A is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 19 122 -
CMYK 0 0.92 0.48 0.08
HSL 331.26º 0.85% 0.5% -
HSV(B) 331.26º 0.92% 0.92% -
XYZ 37.68 19.36 20.16 -
YUV 95.03 143.23 227.12 -
System Red Green Blue C M Y K H S L
Decimal 234 19 122 0 0.92 0.48 0.08 331.26 0.85 0.5
Hex EA 13 7A 0 5C 30 8 14B 55 32
Octal 352 23 172 0 134 60 10 513 125 62
Binary 11101010 10011 1111010 0 1011100 110000 1000 101001011 1010101 110010

Color Harmonies of #EA137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA137A

Black with #EA137A

Text Example


Text Example

White with #EA137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA137A; }

 p { color: rgb(234,19,122); }

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

background-color css

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

 a { background-color: rgb(234,19,122); }

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

border-color css

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

 span { border-color: rgb(234,19,122); }

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