Html Css Color HEX #EA126B Ruby

📋 copy color: '#EA126B'

red 234 ◦ green 18 ◦ blue 107

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

Shades of Ruby #EA126B

Tints of Ruby #EA126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 65.18%
G = 5.01%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA126B (or 0xEA126B) is known color: Ruby. HEX triplet: EA, 12 and 6B. RGB value is (234,18,107). Sum of RGB (Red+Green+Blue) = 234+18+107=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA126B is #15ED94. Grayscale: #5C5C5C. Windows color (decimal): -1437077 or 7017194. OLE color: 7017194.

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

Color convert

RGB 234 18 107 -
CMYK 0 0.92 0.54 0.08
HSL 335.28º 0.86% 0.49% -
HSV(B) 335.28º 0.92% 0.92% -
XYZ 36.8 18.99 15.64 -
YUV 92.73 136.06 228.76 -
System Red Green Blue C M Y K H S L
Decimal 234 18 107 0 0.92 0.54 0.08 335.28 0.86 0.49
Hex EA 12 6B 0 5C 36 8 14F 56 31
Octal 352 22 153 0 134 66 10 517 126 61
Binary 11101010 10010 1101011 0 1011100 110110 1000 101001111 1010110 110001

Color Harmonies of #EA126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA126B

Black with #EA126B

Text Example


Text Example

White with #EA126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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