Html Css Color HEX #EA077B Ruby

📋 copy color: '#EA077B'

red 234 ◦ green 7 ◦ blue 123

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

Shades of Ruby #EA077B

Tints of Ruby #EA077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 64.29%
G = 1.92%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA077B (or 0xEA077B) is known color: Ruby. HEX triplet: EA, 07 and 7B. RGB value is (234,7,123). Sum of RGB (Red+Green+Blue) = 234+7+123=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA077B is #15F884. Grayscale: #575757. Windows color (decimal): -1439877 or 8062954. OLE color: 8062954.

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

Color convert

RGB 234 7 123 -
CMYK 0 0.97 0.47 0.08
HSL 329.34º 0.94% 0.47% -
HSV(B) 329.34º 0.97% 0.92% -
XYZ 37.58 19.07 20.44 -
YUV 88.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 234 7 123 0 0.97 0.47 0.08 329.34 0.94 0.47
Hex EA 7 7B 0 61 2F 8 149 5E 2F
Octal 352 7 173 0 141 57 10 511 136 57
Binary 11101010 111 1111011 0 1100001 101111 1000 101001001 1011110 101111

Color Harmonies of #EA077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA077B

Black with #EA077B

Text Example


Text Example

White with #EA077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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