Html Css Color HEX #EB057B Ruby

📋 copy color: '#EB057B'

red 235 ◦ green 5 ◦ blue 123

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

Shades of Ruby #EB057B

Tints of Ruby #EB057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 64.74%
G = 1.38%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB057B (or 0xEB057B) is known color: Ruby. HEX triplet: EB, 05 and 7B. RGB value is (235,5,123). Sum of RGB (Red+Green+Blue) = 235+5+123=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB057B is #14FA84. Grayscale: #565656. Windows color (decimal): -1374853 or 8062443. OLE color: 8062443.

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

Color convert

RGB 235 5 123 -
CMYK 0 0.98 0.48 0.08
HSL 329.22º 0.96% 0.47% -
HSV(B) 329.22º 0.98% 0.92% -
XYZ 37.89 19.2 20.45 -
YUV 87.22 148.2 233.41 -
System Red Green Blue C M Y K H S L
Decimal 235 5 123 0 0.98 0.48 0.08 329.22 0.96 0.47
Hex EB 5 7B 0 62 30 8 149 60 2F
Octal 353 5 173 0 142 60 10 511 140 57
Binary 11101011 101 1111011 0 1100010 110000 1000 101001001 1100000 101111

Color Harmonies of #EB057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB057B

Black with #EB057B

Text Example


Text Example

White with #EB057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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