Html Css Color HEX #EB175B Ruby

📋 copy color: '#EB175B'

red 235 ◦ green 23 ◦ blue 91

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

Shades of Ruby #EB175B

Tints of Ruby #EB175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 67.34%
G = 6.59%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB175B (or 0xEB175B) is known color: Ruby. HEX triplet: EB, 17 and 5B. RGB value is (235,23,91). Sum of RGB (Red+Green+Blue) = 235+23+91=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB175B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB175B is #14E8A4. Grayscale: #5E5E5E. Windows color (decimal): -1370277 or 5969899. OLE color: 5969899.

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

Color convert

RGB 235 23 91 -
CMYK 0 0.90 0.61 0.08
HSL 340.75º 0.84% 0.51% -
HSV(B) 340.75º 0.9% 0.92% -
XYZ 36.46 19.03 11.65 -
YUV 94.14 126.24 228.47 -
System Red Green Blue C M Y K H S L
Decimal 235 23 91 0 0.90 0.61 0.08 340.75 0.84 0.51
Hex EB 17 5B 0 5A 3D 8 155 54 33
Octal 353 27 133 0 132 75 10 525 124 63
Binary 11101011 10111 1011011 0 1011010 111101 1000 101010101 1010100 110011

Color Harmonies of #EB175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB175B

Black with #EB175B

Text Example


Text Example

White with #EB175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB175B; }

 p { color: rgb(235,23,91); }

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

background-color css

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

 a { background-color: rgb(235,23,91); }

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

border-color css

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

 span { border-color: rgb(235,23,91); }

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