Html Css Color HEX #EA1376 Ruby

📋 copy color: '#EA1376'

red 234 ◦ green 19 ◦ blue 118

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

Shades of Ruby #EA1376

Tints of Ruby #EA1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 63.07%
G = 5.12%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA1376 (or 0xEA1376) is known color: Ruby. HEX triplet: EA, 13 and 76. RGB value is (234,19,118). Sum of RGB (Red+Green+Blue) = 234+19+118=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1376 is #15EC89. Grayscale: #5E5E5E. Windows color (decimal): -1436810 or 7738346. OLE color: 7738346.

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

Color convert

RGB 234 19 118 -
CMYK 0 0.92 0.50 0.08
HSL 332.37º 0.85% 0.5% -
HSV(B) 332.37º 0.92% 0.92% -
XYZ 37.43 19.27 18.89 -
YUV 94.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 234 19 118 0 0.92 0.50 0.08 332.37 0.85 0.5
Hex EA 13 76 0 5C 32 8 14C 55 32
Octal 352 23 166 0 134 62 10 514 125 62
Binary 11101010 10011 1110110 0 1011100 110010 1000 101001100 1010101 110010

Color Harmonies of #EA1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1376

Black with #EA1376

Text Example


Text Example

White with #EA1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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