Html Css Color HEX #EA117A Ruby

📋 copy color: '#EA117A'

red 234 ◦ green 17 ◦ blue 122

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

Shades of Ruby #EA117A

Tints of Ruby #EA117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 62.73%
G = 4.56%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA117A (or 0xEA117A) is known color: Ruby. HEX triplet: EA, 11 and 7A. RGB value is (234,17,122). Sum of RGB (Red+Green+Blue) = 234+17+122=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA117A is #15EE85. Grayscale: #5D5D5D. Windows color (decimal): -1437318 or 7999978. OLE color: 7999978.

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

Color convert

RGB 234 17 122 -
CMYK 0 0.93 0.48 0.08
HSL 330.97º 0.86% 0.49% -
HSV(B) 330.97º 0.93% 0.92% -
XYZ 37.64 19.3 20.15 -
YUV 93.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 234 17 122 0 0.93 0.48 0.08 330.97 0.86 0.49
Hex EA 11 7A 0 5D 30 8 14B 56 31
Octal 352 21 172 0 135 60 10 513 126 61
Binary 11101010 10001 1111010 0 1011101 110000 1000 101001011 1010110 110001

Color Harmonies of #EA117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA117A

Black with #EA117A

Text Example


Text Example

White with #EA117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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