Html Css Color HEX #EB156C Ruby

📋 copy color: '#EB156C'

red 235 ◦ green 21 ◦ blue 108

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

Shades of Ruby #EB156C

Tints of Ruby #EB156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 64.56%
G = 5.77%
B = 29.67%

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

#EB156C (or 0xEB156C) is known color: Ruby. HEX triplet: EB, 15 and 6C. RGB value is (235,21,108). Sum of RGB (Red+Green+Blue) = 235+21+108=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB156C is #14EA93. Grayscale: #5E5E5E. Windows color (decimal): -1370772 or 7083499. OLE color: 7083499.

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

Color convert

RGB 235 21 108 -
CMYK 0 0.91 0.54 0.08
HSL 335.61º 0.84% 0.5% -
HSV(B) 335.61º 0.91% 0.92% -
XYZ 37.24 19.28 15.95 -
YUV 94.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 235 21 108 0 0.91 0.54 0.08 335.61 0.84 0.5
Hex EB 15 6C 0 5B 36 8 150 54 32
Octal 353 25 154 0 133 66 10 520 124 62
Binary 11101011 10101 1101100 0 1011011 110110 1000 101010000 1010100 110010

Color Harmonies of #EB156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB156C

Black with #EB156C

Text Example


Text Example

White with #EB156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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