Html Css Color HEX #EA126D Ruby

📋 copy color: '#EA126D'

red 234 ◦ green 18 ◦ blue 109

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

Shades of Ruby #EA126D

Tints of Ruby #EA126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

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

R = 64.82%
G = 4.99%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA126D (or 0xEA126D) is known color: Ruby. HEX triplet: EA, 12 and 6D. RGB value is (234,18,109). Sum of RGB (Red+Green+Blue) = 234+18+109=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA126D is #15ED92. Grayscale: #5C5C5C. Windows color (decimal): -1437075 or 7148266. OLE color: 7148266.

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

Color convert

RGB 234 18 109 -
CMYK 0 0.92 0.53 0.08
HSL 334.72º 0.86% 0.49% -
HSV(B) 334.72º 0.92% 0.92% -
XYZ 36.91 19.03 16.2 -
YUV 92.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 234 18 109 0 0.92 0.53 0.08 334.72 0.86 0.49
Hex EA 12 6D 0 5C 35 8 14F 56 31
Octal 352 22 155 0 134 65 10 517 126 61
Binary 11101010 10010 1101101 0 1011100 110101 1000 101001111 1010110 110001

Color Harmonies of #EA126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA126D

Black with #EA126D

Text Example


Text Example

White with #EA126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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