Html Css Color HEX #EA2060 Ruby

📋 copy color: '#EA2060'

red 234 ◦ green 32 ◦ blue 96

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

Shades of Ruby #EA2060

Tints of Ruby #EA2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

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

R = 64.64%
G = 8.84%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA2060 (or 0xEA2060) is known color: Ruby. HEX triplet: EA, 20 and 60. RGB value is (234,32,96). Sum of RGB (Red+Green+Blue) = 234+32+96=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2060 is #15DF9F. Grayscale: #636363. Windows color (decimal): -1433504 or 6299882. OLE color: 6299882.

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

Color convert

RGB 234 32 96 -
CMYK 0 0.86 0.59 0.08
HSL 340.99º 0.83% 0.52% -
HSV(B) 340.99º 0.86% 0.92% -
XYZ 36.56 19.37 12.88 -
YUV 99.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 234 32 96 0 0.86 0.59 0.08 340.99 0.83 0.52
Hex EA 20 60 0 56 3B 8 155 53 34
Octal 352 40 140 0 126 73 10 525 123 64
Binary 11101010 100000 1100000 0 1010110 111011 1000 101010101 1010011 110100

Color Harmonies of #EA2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2060

Black with #EA2060

Text Example


Text Example

White with #EA2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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