Html Css Color HEX #EA1374 Ruby

📋 copy color: '#EA1374'

red 234 ◦ green 19 ◦ blue 116

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

Shades of Ruby #EA1374

Tints of Ruby #EA1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 63.41%
G = 5.15%
B = 31.44%

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

#EA1374 (or 0xEA1374) is known color: Ruby. HEX triplet: EA, 13 and 74. RGB value is (234,19,116). Sum of RGB (Red+Green+Blue) = 234+19+116=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1374 is #15EC8B. Grayscale: #5E5E5E. Windows color (decimal): -1436812 or 7607274. OLE color: 7607274.

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

Color convert

RGB 234 19 116 -
CMYK 0 0.92 0.50 0.08
HSL 332.93º 0.85% 0.5% -
HSV(B) 332.93º 0.92% 0.92% -
XYZ 37.32 19.22 18.27 -
YUV 94.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 234 19 116 0 0.92 0.50 0.08 332.93 0.85 0.5
Hex EA 13 74 0 5C 32 8 14D 55 32
Octal 352 23 164 0 134 62 10 515 125 62
Binary 11101010 10011 1110100 0 1011100 110010 1000 101001101 1010101 110010

Color Harmonies of #EA1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1374

Black with #EA1374

Text Example


Text Example

White with #EA1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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