Html Css Color HEX #EB077B Ruby

📋 copy color: '#EB077B'

red 235 ◦ green 7 ◦ blue 123

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

Shades of Ruby #EB077B

Tints of Ruby #EB077B

RGB

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

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

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

R = 64.38%
G = 1.92%
B = 33.7%

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

#EB077B (or 0xEB077B) is known color: Ruby. HEX triplet: EB, 07 and 7B. RGB value is (235,7,123). Sum of RGB (Red+Green+Blue) = 235+7+123=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB077B is #14F884. Grayscale: #585858. Windows color (decimal): -1374341 or 8062955. OLE color: 8062955.

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

Color convert

RGB 235 7 123 -
CMYK 0 0.97 0.48 0.08
HSL 329.47º 0.94% 0.47% -
HSV(B) 329.47º 0.97% 0.92% -
XYZ 37.91 19.24 20.46 -
YUV 88.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 235 7 123 0 0.97 0.48 0.08 329.47 0.94 0.47
Hex EB 7 7B 0 61 30 8 149 5E 2F
Octal 353 7 173 0 141 60 10 511 136 57
Binary 11101011 111 1111011 0 1100001 110000 1000 101001001 1011110 101111

Color Harmonies of #EB077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB077B

Black with #EB077B

Text Example


Text Example

White with #EB077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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