Html Css Color HEX #EA0A7A Ruby

📋 copy color: '#EA0A7A'

red 234 ◦ green 10 ◦ blue 122

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

Shades of Ruby #EA0A7A

Tints of Ruby #EA0A7A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

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

R = 63.93%
G = 2.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA0A7A (or 0xEA0A7A) is known color: Ruby. HEX triplet: EA, 0A and 7A. RGB value is (234,10,122). Sum of RGB (Red+Green+Blue) = 234+10+122=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A7A is #15F585. Grayscale: #595959. Windows color (decimal): -1439110 or 7998186. OLE color: 7998186.

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

Color convert

RGB 234 10 122 -
CMYK 0 0.96 0.48 0.08
HSL 330º 0.92% 0.48% -
HSV(B) 330º 0.96% 0.92% -
XYZ 37.55 19.11 20.12 -
YUV 89.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 234 10 122 0 0.96 0.48 0.08 330 0.92 0.48
Hex EA A 7A 0 60 30 8 14A 5C 30
Octal 352 12 172 0 140 60 10 512 134 60
Binary 11101010 1010 1111010 0 1100000 110000 1000 101001010 1011100 110000

Color Harmonies of #EA0A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A7A

Black with #EA0A7A

Text Example


Text Example

White with #EA0A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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