Html Css Color HEX #EA1977 Ruby

📋 copy color: '#EA1977'

red 234 ◦ green 25 ◦ blue 119

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

Shades of Ruby #EA1977

Tints of Ruby #EA1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 61.9%
G = 6.61%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA1977 (or 0xEA1977) is known color: Ruby. HEX triplet: EA, 19 and 77. RGB value is (234,25,119). Sum of RGB (Red+Green+Blue) = 234+25+119=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1977 is #15E688. Grayscale: #626262. Windows color (decimal): -1435273 or 7805418. OLE color: 7805418.

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

Color convert

RGB 234 25 119 -
CMYK 0 0.89 0.49 0.08
HSL 333.01º 0.83% 0.51% -
HSV(B) 333.01º 0.89% 0.92% -
XYZ 37.61 19.52 19.24 -
YUV 98.21 139.74 224.86 -
System Red Green Blue C M Y K H S L
Decimal 234 25 119 0 0.89 0.49 0.08 333.01 0.83 0.51
Hex EA 19 77 0 59 31 8 14D 53 33
Octal 352 31 167 0 131 61 10 515 123 63
Binary 11101010 11001 1110111 0 1011001 110001 1000 101001101 1010011 110011

Color Harmonies of #EA1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1977

Black with #EA1977

Text Example


Text Example

White with #EA1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1977; }

 p { color: rgb(234,25,119); }

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

background-color css

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

 a { background-color: rgb(234,25,119); }

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

border-color css

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

 span { border-color: rgb(234,25,119); }

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