Html Css Color HEX #EB185D Ruby

📋 copy color: '#EB185D'

red 235 ◦ green 24 ◦ blue 93

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

Shades of Ruby #EB185D

Tints of Ruby #EB185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 66.76%
G = 6.82%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB185D (or 0xEB185D) is known color: Ruby. HEX triplet: EB, 18 and 5D. RGB value is (235,24,93). Sum of RGB (Red+Green+Blue) = 235+24+93=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB185D is #14E7A2. Grayscale: #5E5E5E. Windows color (decimal): -1370019 or 6101227. OLE color: 6101227.

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

Color convert

RGB 235 24 93 -
CMYK 0 0.90 0.60 0.08
HSL 340.38º 0.84% 0.51% -
HSV(B) 340.38º 0.9% 0.92% -
XYZ 36.56 19.11 12.12 -
YUV 94.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 235 24 93 0 0.90 0.60 0.08 340.38 0.84 0.51
Hex EB 18 5D 0 5A 3C 8 154 54 33
Octal 353 30 135 0 132 74 10 524 124 63
Binary 11101011 11000 1011101 0 1011010 111100 1000 101010100 1010100 110011

Color Harmonies of #EB185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB185D

Black with #EB185D

Text Example


Text Example

White with #EB185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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