Html Css Color HEX #EA087A Ruby

📋 copy color: '#EA087A'

red 234 ◦ green 8 ◦ blue 122

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

Shades of Ruby #EA087A

Tints of Ruby #EA087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 64.29%
G = 2.2%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA087A (or 0xEA087A) is known color: Ruby. HEX triplet: EA, 08 and 7A. RGB value is (234,8,122). Sum of RGB (Red+Green+Blue) = 234+8+122=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA087A is #15F785. Grayscale: #585858. Windows color (decimal): -1439622 or 7997674. OLE color: 7997674.

HSL color Cylindrical-coordinate representation of color #EA087A: hue angle of 329.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA087A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 8 122 -
CMYK 0 0.97 0.48 0.08
HSL 329.73º 0.93% 0.47% -
HSV(B) 329.73º 0.97% 0.92% -
XYZ 37.53 19.07 20.12 -
YUV 88.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 234 8 122 0 0.97 0.48 0.08 329.73 0.93 0.47
Hex EA 8 7A 0 61 30 8 14A 5D 2F
Octal 352 10 172 0 141 60 10 512 135 57
Binary 11101010 1000 1111010 0 1100001 110000 1000 101001010 1011101 101111

Color Harmonies of #EA087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA087A

Black with #EA087A

Text Example


Text Example

White with #EA087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA087A; }

 p { color: rgb(234,8,122); }

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

background-color css

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

 a { background-color: rgb(234,8,122); }

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

border-color css

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

 span { border-color: rgb(234,8,122); }

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