Html Css Color HEX #EA2076 Ruby

📋 copy color: '#EA2076'

red 234 ◦ green 32 ◦ blue 118

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

Shades of Ruby #EA2076

Tints of Ruby #EA2076

RGB

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

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

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

R = 60.94%
G = 8.33%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2076 (or 0xEA2076) is known color: Ruby. HEX triplet: EA, 20 and 76. RGB value is (234,32,118). Sum of RGB (Red+Green+Blue) = 234+32+118=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2076 is #15DF89. Grayscale: #666666. Windows color (decimal): -1433482 or 7741674. OLE color: 7741674.

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

Color convert

RGB 234 32 118 -
CMYK 0 0.86 0.50 0.08
HSL 334.46º 0.83% 0.52% -
HSV(B) 334.46º 0.86% 0.92% -
XYZ 37.72 19.83 18.98 -
YUV 102.2 136.92 222.01 -
System Red Green Blue C M Y K H S L
Decimal 234 32 118 0 0.86 0.50 0.08 334.46 0.83 0.52
Hex EA 20 76 0 56 32 8 14E 53 34
Octal 352 40 166 0 126 62 10 516 123 64
Binary 11101010 100000 1110110 0 1010110 110010 1000 101001110 1010011 110100

Color Harmonies of #EA2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2076

Black with #EA2076

Text Example


Text Example

White with #EA2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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