Html Css Color HEX #EB2076 Ruby

📋 copy color: '#EB2076'

red 235 ◦ green 32 ◦ blue 118

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

Shades of Ruby #EB2076

Tints of Ruby #EB2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 61.04%
G = 8.31%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2076 (or 0xEB2076) is known color: Ruby. HEX triplet: EB, 20 and 76. RGB value is (235,32,118). Sum of RGB (Red+Green+Blue) = 235+32+118=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2076 is #14DF89. Grayscale: #666666. Windows color (decimal): -1367946 or 7741675. OLE color: 7741675.

HSL color Cylindrical-coordinate representation of color #EB2076: hue angle of 334.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2076 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 118 -
CMYK 0 0.86 0.50 0.08
HSL 334.58º 0.84% 0.52% -
HSV(B) 334.58º 0.86% 0.92% -
XYZ 38.05 20 19 -
YUV 102.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 235 32 118 0 0.86 0.50 0.08 334.58 0.84 0.52
Hex EB 20 76 0 56 32 8 14F 54 34
Octal 353 40 166 0 126 62 10 517 124 64
Binary 11101011 100000 1110110 0 1010110 110010 1000 101001111 1010100 110100

Color Harmonies of #EB2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2076

Black with #EB2076

Text Example


Text Example

White with #EB2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2076; }

 p { color: rgb(235,32,118); }

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

background-color css

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

 a { background-color: rgb(235,32,118); }

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

border-color css

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

 span { border-color: rgb(235,32,118); }

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