Html Css Color HEX #EB127B Ruby

📋 copy color: '#EB127B'

red 235 ◦ green 18 ◦ blue 123

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

Shades of Ruby #EB127B

Tints of Ruby #EB127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 62.5%
G = 4.79%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB127B (or 0xEB127B) is known color: Ruby. HEX triplet: EB, 12 and 7B. RGB value is (235,18,123). Sum of RGB (Red+Green+Blue) = 235+18+123=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB127B is #14ED84. Grayscale: #5E5E5E. Windows color (decimal): -1371525 or 8065771. OLE color: 8065771.

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

Color convert

RGB 235 18 123 -
CMYK 0 0.92 0.48 0.08
HSL 330.97º 0.86% 0.5% -
HSV(B) 330.97º 0.92% 0.92% -
XYZ 38.05 19.52 20.5 -
YUV 94.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 235 18 123 0 0.92 0.48 0.08 330.97 0.86 0.5
Hex EB 12 7B 0 5C 30 8 14B 56 32
Octal 353 22 173 0 134 60 10 513 126 62
Binary 11101011 10010 1111011 0 1011100 110000 1000 101001011 1010110 110010

Color Harmonies of #EB127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB127B

Black with #EB127B

Text Example


Text Example

White with #EB127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB127B; }

 p { color: rgb(235,18,123); }

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

background-color css

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

 a { background-color: rgb(235,18,123); }

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

border-color css

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

 span { border-color: rgb(235,18,123); }

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