Html Css Color HEX #EB156A Ruby

📋 copy color: '#EB156A'

red 235 ◦ green 21 ◦ blue 106

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

Shades of Ruby #EB156A

Tints of Ruby #EB156A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 64.92%
G = 5.8%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB156A (or 0xEB156A) is known color: Ruby. HEX triplet: EB, 15 and 6A. RGB value is (235,21,106). Sum of RGB (Red+Green+Blue) = 235+21+106=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB156A is #14EA95. Grayscale: #5E5E5E. Windows color (decimal): -1370774 or 6952427. OLE color: 6952427.

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

Color convert

RGB 235 21 106 -
CMYK 0 0.91 0.55 0.08
HSL 336.17º 0.84% 0.5% -
HSV(B) 336.17º 0.91% 0.92% -
XYZ 37.13 19.24 15.39 -
YUV 94.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 235 21 106 0 0.91 0.55 0.08 336.17 0.84 0.5
Hex EB 15 6A 0 5B 37 8 150 54 32
Octal 353 25 152 0 133 67 10 520 124 62
Binary 11101011 10101 1101010 0 1011011 110111 1000 101010000 1010100 110010

Color Harmonies of #EB156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB156A

Black with #EB156A

Text Example


Text Example

White with #EB156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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