Html Css Color HEX #EB1B73 Ruby

📋 copy color: '#EB1B73'

red 235 ◦ green 27 ◦ blue 115

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

Shades of Ruby #EB1B73

Tints of Ruby #EB1B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 62.33%
G = 7.16%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB1B73 (or 0xEB1B73) is known color: Ruby. HEX triplet: EB, 1B and 73. RGB value is (235,27,115). Sum of RGB (Red+Green+Blue) = 235+27+115=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1B73 is #14E48C. Grayscale: #636363. Windows color (decimal): -1369229 or 7543787. OLE color: 7543787.

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

Color convert

RGB 235 27 115 -
CMYK 0 0.89 0.51 0.08
HSL 334.62º 0.84% 0.51% -
HSV(B) 334.62º 0.89% 0.92% -
XYZ 37.75 19.68 18.03 -
YUV 99.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 235 27 115 0 0.89 0.51 0.08 334.62 0.84 0.51
Hex EB 1B 73 0 59 33 8 14F 54 33
Octal 353 33 163 0 131 63 10 517 124 63
Binary 11101011 11011 1110011 0 1011001 110011 1000 101001111 1010100 110011

Color Harmonies of #EB1B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1B73

Black with #EB1B73

Text Example


Text Example

White with #EB1B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1B73; }

 p { color: rgb(235,27,115); }

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

background-color css

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

 a { background-color: rgb(235,27,115); }

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

border-color css

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

 span { border-color: rgb(235,27,115); }

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