Html Css Color HEX #E80B70 Ruby

📋 copy color: '#E80B70'

red 232 ◦ green 11 ◦ blue 112

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

Shades of Ruby #E80B70

Tints of Ruby #E80B70

RGB

 RED value IS 232 (91.02% from 255) = 65.35%

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 65.35%
G = 3.1%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E80B70 (or 0xE80B70) is known color: Ruby. HEX triplet: E8, 0B and 70. RGB value is (232,11,112). Sum of RGB (Red+Green+Blue) = 232+11+112=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B70 is #17F48F. Grayscale: #585858. Windows color (decimal): -1569936 or 7343080. OLE color: 7343080.

HSL color Cylindrical-coordinate representation of color #E80B70: hue angle of 332.58º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B70 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 112 -
CMYK 0 0.95 0.52 0.09
HSL 332.58º 0.91% 0.48% -
HSV(B) 332.58º 0.95% 0.91% -
XYZ 36.32 18.57 17 -
YUV 88.59 141.22 230.29 -
System Red Green Blue C M Y K H S L
Decimal 232 11 112 0 0.95 0.52 0.09 332.58 0.91 0.48
Hex E8 B 70 0 5F 34 9 14D 5B 30
Octal 350 13 160 0 137 64 11 515 133 60
Binary 11101000 1011 1110000 0 1011111 110100 1001 101001101 1011011 110000

Color Harmonies of #E80B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B70

Black with #E80B70

Text Example


Text Example

White with #E80B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B70; }

 p { color: rgb(232,11,112); }

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

background-color css

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

 a { background-color: rgb(232,11,112); }

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

border-color css

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

 span { border-color: rgb(232,11,112); }

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