Html Css Color HEX #EB1570 Ruby

📋 copy color: '#EB1570'

red 235 ◦ green 21 ◦ blue 112

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

Shades of Ruby #EB1570

Tints of Ruby #EB1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 63.86%
G = 5.71%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB1570 (or 0xEB1570) is known color: Ruby. HEX triplet: EB, 15 and 70. RGB value is (235,21,112). Sum of RGB (Red+Green+Blue) = 235+21+112=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1570 is #14EA8F. Grayscale: #5F5F5F. Windows color (decimal): -1370768 or 7345643. OLE color: 7345643.

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

Color convert

RGB 235 21 112 -
CMYK 0 0.91 0.52 0.08
HSL 334.49º 0.84% 0.5% -
HSV(B) 334.49º 0.91% 0.92% -
XYZ 37.45 19.37 17.09 -
YUV 95.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 235 21 112 0 0.91 0.52 0.08 334.49 0.84 0.5
Hex EB 15 70 0 5B 34 8 14E 54 32
Octal 353 25 160 0 133 64 10 516 124 62
Binary 11101011 10101 1110000 0 1011011 110100 1000 101001110 1010100 110010

Color Harmonies of #EB1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1570

Black with #EB1570

Text Example


Text Example

White with #EB1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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