Html Css Color HEX #EA1C60 Ruby

📋 copy color: '#EA1C60'

red 234 ◦ green 28 ◦ blue 96

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

Shades of Ruby #EA1C60

Tints of Ruby #EA1C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 65.36%
G = 7.82%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA1C60 (or 0xEA1C60) is known color: Ruby. HEX triplet: EA, 1C and 60. RGB value is (234,28,96). Sum of RGB (Red+Green+Blue) = 234+28+96=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1C60 is #15E39F. Grayscale: #616161. Windows color (decimal): -1434528 or 6298858. OLE color: 6298858.

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

Color convert

RGB 234 28 96 -
CMYK 0 0.88 0.59 0.08
HSL 340.19º 0.83% 0.51% -
HSV(B) 340.19º 0.88% 0.92% -
XYZ 36.46 19.17 12.84 -
YUV 97.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 234 28 96 0 0.88 0.59 0.08 340.19 0.83 0.51
Hex EA 1C 60 0 58 3B 8 154 53 33
Octal 352 34 140 0 130 73 10 524 123 63
Binary 11101010 11100 1100000 0 1011000 111011 1000 101010100 1010011 110011

Color Harmonies of #EA1C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C60

Black with #EA1C60

Text Example


Text Example

White with #EA1C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C60; }

 p { color: rgb(234,28,96); }

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

background-color css

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

 a { background-color: rgb(234,28,96); }

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

border-color css

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

 span { border-color: rgb(234,28,96); }

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