Html Css Color HEX #EB176B Ruby

📋 copy color: '#EB176B'

red 235 ◦ green 23 ◦ blue 107

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

Shades of Ruby #EB176B

Tints of Ruby #EB176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 64.38%
G = 6.3%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB176B (or 0xEB176B) is known color: Ruby. HEX triplet: EB, 17 and 6B. RGB value is (235,23,107). Sum of RGB (Red+Green+Blue) = 235+23+107=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB176B is #14E894. Grayscale: #5F5F5F. Windows color (decimal): -1370261 or 7018475. OLE color: 7018475.

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

Color convert

RGB 235 23 107 -
CMYK 0 0.90 0.54 0.08
HSL 336.23º 0.84% 0.51% -
HSV(B) 336.23º 0.9% 0.92% -
XYZ 37.22 19.34 15.68 -
YUV 95.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 235 23 107 0 0.90 0.54 0.08 336.23 0.84 0.51
Hex EB 17 6B 0 5A 36 8 150 54 33
Octal 353 27 153 0 132 66 10 520 124 63
Binary 11101011 10111 1101011 0 1011010 110110 1000 101010000 1010100 110011

Color Harmonies of #EB176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB176B

Black with #EB176B

Text Example


Text Example

White with #EB176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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