Html Css Color HEX #EB1E70 Ruby

📋 copy color: '#EB1E70'

red 235 ◦ green 30 ◦ blue 112

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

Shades of Ruby #EB1E70

Tints of Ruby #EB1E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.96%

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

R = 62.33%
G = 7.96%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB1E70 (or 0xEB1E70) is known color: Ruby. HEX triplet: EB, 1E and 70. RGB value is (235,30,112). Sum of RGB (Red+Green+Blue) = 235+30+112=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E70 is #14E18F. Grayscale: #646464. Windows color (decimal): -1368464 or 7347947. OLE color: 7347947.

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

Color convert

RGB 235 30 112 -
CMYK 0 0.87 0.52 0.08
HSL 336º 0.84% 0.52% -
HSV(B) 336º 0.87% 0.92% -
XYZ 37.65 19.76 17.16 -
YUV 100.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 235 30 112 0 0.87 0.52 0.08 336 0.84 0.52
Hex EB 1E 70 0 57 34 8 150 54 34
Octal 353 36 160 0 127 64 10 520 124 64
Binary 11101011 11110 1110000 0 1010111 110100 1000 101010000 1010100 110100

Color Harmonies of #EB1E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E70

Black with #EB1E70

Text Example


Text Example

White with #EB1E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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