Html Css Color HEX #EA116D Ruby

📋 copy color: '#EA116D'

red 234 ◦ green 17 ◦ blue 109

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

Shades of Ruby #EA116D

Tints of Ruby #EA116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 65%
G = 4.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA116D (or 0xEA116D) is known color: Ruby. HEX triplet: EA, 11 and 6D. RGB value is (234,17,109). Sum of RGB (Red+Green+Blue) = 234+17+109=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA116D is #15EE92. Grayscale: #5C5C5C. Windows color (decimal): -1437331 or 7148010. OLE color: 7148010.

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

Color convert

RGB 234 17 109 -
CMYK 0 0.93 0.53 0.08
HSL 334.56º 0.86% 0.49% -
HSV(B) 334.56º 0.93% 0.92% -
XYZ 36.89 19 16.19 -
YUV 92.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 234 17 109 0 0.93 0.53 0.08 334.56 0.86 0.49
Hex EA 11 6D 0 5D 35 8 14F 56 31
Octal 352 21 155 0 135 65 10 517 126 61
Binary 11101010 10001 1101101 0 1011101 110101 1000 101001111 1010110 110001

Color Harmonies of #EA116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA116D

Black with #EA116D

Text Example


Text Example

White with #EA116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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