Html Css Color HEX #EB156B Ruby

📋 copy color: '#EB156B'

red 235 ◦ green 21 ◦ blue 107

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

Shades of Ruby #EB156B

Tints of Ruby #EB156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 64.74%
G = 5.79%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB156B (or 0xEB156B) is known color: Ruby. HEX triplet: EB, 15 and 6B. RGB value is (235,21,107). Sum of RGB (Red+Green+Blue) = 235+21+107=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB156B is #14EA94. Grayscale: #5E5E5E. Windows color (decimal): -1370773 or 7017963. OLE color: 7017963.

HSL color Cylindrical-coordinate representation of color #EB156B: hue angle of 335.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB156B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 21 107 -
CMYK 0 0.91 0.54 0.08
HSL 335.89º 0.84% 0.5% -
HSV(B) 335.89º 0.91% 0.92% -
XYZ 37.18 19.26 15.67 -
YUV 94.79 134.9 228.01 -
System Red Green Blue C M Y K H S L
Decimal 235 21 107 0 0.91 0.54 0.08 335.89 0.84 0.5
Hex EB 15 6B 0 5B 36 8 150 54 32
Octal 353 25 153 0 133 66 10 520 124 62
Binary 11101011 10101 1101011 0 1011011 110110 1000 101010000 1010100 110010

Color Harmonies of #EB156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB156B

Black with #EB156B

Text Example


Text Example

White with #EB156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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