Html Css Color HEX #EB1B5D Ruby

📋 copy color: '#EB1B5D'

red 235 ◦ green 27 ◦ blue 93

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

Shades of Ruby #EB1B5D

Tints of Ruby #EB1B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 66.2%
G = 7.61%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB1B5D (or 0xEB1B5D) is known color: Ruby. HEX triplet: EB, 1B and 5D. RGB value is (235,27,93). Sum of RGB (Red+Green+Blue) = 235+27+93=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1B5D is #14E4A2. Grayscale: #606060. Windows color (decimal): -1369251 or 6101995. OLE color: 6101995.

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

Color convert

RGB 235 27 93 -
CMYK 0 0.89 0.60 0.08
HSL 340.96º 0.84% 0.51% -
HSV(B) 340.96º 0.89% 0.92% -
XYZ 36.63 19.24 12.14 -
YUV 96.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 235 27 93 0 0.89 0.60 0.08 340.96 0.84 0.51
Hex EB 1B 5D 0 59 3C 8 155 54 33
Octal 353 33 135 0 131 74 10 525 124 63
Binary 11101011 11011 1011101 0 1011001 111100 1000 101010101 1010100 110011

Color Harmonies of #EB1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1B5D

Black with #EB1B5D

Text Example


Text Example

White with #EB1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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