Html Css Color HEX #EA077A Ruby

📋 copy color: '#EA077A'

red 234 ◦ green 7 ◦ blue 122

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

Shades of Ruby #EA077A

Tints of Ruby #EA077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 64.46%
G = 1.93%
B = 33.61%

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

#EA077A (or 0xEA077A) is known color: Ruby. HEX triplet: EA, 07 and 7A. RGB value is (234,7,122). Sum of RGB (Red+Green+Blue) = 234+7+122=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA077A is #15F885. Grayscale: #575757. Windows color (decimal): -1439878 or 7997418. OLE color: 7997418.

HSL color Cylindrical-coordinate representation of color #EA077A: hue angle of 329.6º degrees, saturation: 0.94, 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 #EA077A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 122 -
CMYK 0 0.97 0.48 0.08
HSL 329.6º 0.94% 0.47% -
HSV(B) 329.6º 0.97% 0.92% -
XYZ 37.52 19.05 20.11 -
YUV 87.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 234 7 122 0 0.97 0.48 0.08 329.6 0.94 0.47
Hex EA 7 7A 0 61 30 8 14A 5E 2F
Octal 352 7 172 0 141 60 10 512 136 57
Binary 11101010 111 1111010 0 1100001 110000 1000 101001010 1011110 101111

Color Harmonies of #EA077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA077A

Black with #EA077A

Text Example


Text Example

White with #EA077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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