Html Css Color HEX #EB087B Ruby

📋 copy color: '#EB087B'

red 235 ◦ green 8 ◦ blue 123

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

Shades of Ruby #EB087B

Tints of Ruby #EB087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 64.21%
G = 2.19%
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

#EB087B (or 0xEB087B) is known color: Ruby. HEX triplet: EB, 08 and 7B. RGB value is (235,8,123). Sum of RGB (Red+Green+Blue) = 235+8+123=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB087B is #14F784. Grayscale: #585858. Windows color (decimal): -1374085 or 8063211. OLE color: 8063211.

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

Color convert

RGB 235 8 123 -
CMYK 0 0.97 0.48 0.08
HSL 329.6º 0.93% 0.48% -
HSV(B) 329.6º 0.97% 0.92% -
XYZ 37.92 19.27 20.46 -
YUV 88.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 235 8 123 0 0.97 0.48 0.08 329.6 0.93 0.48
Hex EB 8 7B 0 61 30 8 14A 5D 30
Octal 353 10 173 0 141 60 10 512 135 60
Binary 11101011 1000 1111011 0 1100001 110000 1000 101001010 1011101 110000

Color Harmonies of #EB087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB087B

Black with #EB087B

Text Example


Text Example

White with #EB087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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