Html Css Color HEX #EB0878 Ruby

📋 copy color: '#EB0878'

red 235 ◦ green 8 ◦ blue 120

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

Shades of Ruby #EB0878

Tints of Ruby #EB0878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 64.74%
G = 2.2%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0878 (or 0xEB0878) is known color: Ruby. HEX triplet: EB, 08 and 78. RGB value is (235,8,120). Sum of RGB (Red+Green+Blue) = 235+8+120=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0878 is #14F787. Grayscale: #585858. Windows color (decimal): -1374088 or 7866603. OLE color: 7866603.

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

Color convert

RGB 235 8 120 -
CMYK 0 0.97 0.49 0.08
HSL 330.4º 0.93% 0.48% -
HSV(B) 330.4º 0.97% 0.92% -
XYZ 37.74 19.19 19.48 -
YUV 88.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 235 8 120 0 0.97 0.49 0.08 330.4 0.93 0.48
Hex EB 8 78 0 61 31 8 14A 5D 30
Octal 353 10 170 0 141 61 10 512 135 60
Binary 11101011 1000 1111000 0 1100001 110001 1000 101001010 1011101 110000

Color Harmonies of #EB0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0878

Black with #EB0878

Text Example


Text Example

White with #EB0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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