Html Css Color HEX #EA116A Ruby

📋 copy color: '#EA116A'

red 234 ◦ green 17 ◦ blue 106

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

Shades of Ruby #EA116A

Tints of Ruby #EA116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 65.55%
G = 4.76%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA116A (or 0xEA116A) is known color: Ruby. HEX triplet: EA, 11 and 6A. RGB value is (234,17,106). Sum of RGB (Red+Green+Blue) = 234+17+106=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA116A is #15EE95. Grayscale: #5B5B5B. Windows color (decimal): -1437334 or 6951402. OLE color: 6951402.

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

Color convert

RGB 234 17 106 -
CMYK 0 0.93 0.55 0.08
HSL 335.39º 0.86% 0.49% -
HSV(B) 335.39º 0.93% 0.92% -
XYZ 36.73 18.93 15.35 -
YUV 92.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 234 17 106 0 0.93 0.55 0.08 335.39 0.86 0.49
Hex EA 11 6A 0 5D 37 8 14F 56 31
Octal 352 21 152 0 135 67 10 517 126 61
Binary 11101010 10001 1101010 0 1011101 110111 1000 101001111 1010110 110001

Color Harmonies of #EA116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA116A

Black with #EA116A

Text Example


Text Example

White with #EA116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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