Html Css Color HEX #EB1978 Ruby

📋 copy color: '#EB1978'

red 235 ◦ green 25 ◦ blue 120

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

Shades of Ruby #EB1978

Tints of Ruby #EB1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

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

R = 61.84%
G = 6.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB1978 (or 0xEB1978) is known color: Ruby. HEX triplet: EB, 19 and 78. RGB value is (235,25,120). Sum of RGB (Red+Green+Blue) = 235+25+120=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1978 is #14E687. Grayscale: #626262. Windows color (decimal): -1369736 or 7870955. OLE color: 7870955.

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

Color convert

RGB 235 25 120 -
CMYK 0 0.89 0.49 0.08
HSL 332.86º 0.84% 0.51% -
HSV(B) 332.86º 0.89% 0.92% -
XYZ 38 19.71 19.57 -
YUV 98.62 140.07 225.28 -
System Red Green Blue C M Y K H S L
Decimal 235 25 120 0 0.89 0.49 0.08 332.86 0.84 0.51
Hex EB 19 78 0 59 31 8 14D 54 33
Octal 353 31 170 0 131 61 10 515 124 63
Binary 11101011 11001 1111000 0 1011001 110001 1000 101001101 1010100 110011

Color Harmonies of #EB1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1978

Black with #EB1978

Text Example


Text Example

White with #EB1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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