Html Css Color HEX #EB077A Ruby

📋 copy color: '#EB077A'

red 235 ◦ green 7 ◦ blue 122

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

Shades of Ruby #EB077A

Tints of Ruby #EB077A

RGB

 RED value IS 235 (92.19% from 255) = 64.56%

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

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

R = 64.56%
G = 1.92%
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

#EB077A (or 0xEB077A) is known color: Ruby. HEX triplet: EB, 07 and 7A. RGB value is (235,7,122). Sum of RGB (Red+Green+Blue) = 235+7+122=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB077A is #14F885. Grayscale: #585858. Windows color (decimal): -1374342 or 7997419. OLE color: 7997419.

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

Color convert

RGB 235 7 122 -
CMYK 0 0.97 0.48 0.08
HSL 329.74º 0.94% 0.47% -
HSV(B) 329.74º 0.97% 0.92% -
XYZ 37.85 19.22 20.13 -
YUV 88.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 235 7 122 0 0.97 0.48 0.08 329.74 0.94 0.47
Hex EB 7 7A 0 61 30 8 14A 5E 2F
Octal 353 7 172 0 141 60 10 512 136 57
Binary 11101011 111 1111010 0 1100001 110000 1000 101001010 1011110 101111

Color Harmonies of #EB077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB077A

Black with #EB077A

Text Example


Text Example

White with #EB077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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