Html Css Color HEX #EA1776 Ruby

📋 copy color: '#EA1776'

red 234 ◦ green 23 ◦ blue 118

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

Shades of Ruby #EA1776

Tints of Ruby #EA1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 62.4%
G = 6.13%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA1776 (or 0xEA1776) is known color: Ruby. HEX triplet: EA, 17 and 76. RGB value is (234,23,118). Sum of RGB (Red+Green+Blue) = 234+23+118=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1776 is #15E889. Grayscale: #606060. Windows color (decimal): -1435786 or 7739370. OLE color: 7739370.

HSL color Cylindrical-coordinate representation of color #EA1776: hue angle of 332.99º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1776 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 118 -
CMYK 0 0.90 0.50 0.08
HSL 332.99º 0.83% 0.5% -
HSV(B) 332.99º 0.9% 0.92% -
XYZ 37.51 19.41 18.91 -
YUV 96.92 139.9 225.78 -
System Red Green Blue C M Y K H S L
Decimal 234 23 118 0 0.90 0.50 0.08 332.99 0.83 0.5
Hex EA 17 76 0 5A 32 8 14D 53 32
Octal 352 27 166 0 132 62 10 515 123 62
Binary 11101010 10111 1110110 0 1011010 110010 1000 101001101 1010011 110010

Color Harmonies of #EA1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1776

Black with #EA1776

Text Example


Text Example

White with #EA1776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1776; }

 p { color: rgb(234,23,118); }

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

background-color css

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

 a { background-color: rgb(234,23,118); }

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

border-color css

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

 span { border-color: rgb(234,23,118); }

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