Html Css Color HEX #E82070 Ruby

📋 copy color: '#E82070'

red 232 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E82070

Tints of Ruby #E82070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.51%

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

R = 61.7%
G = 8.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E82070 (or 0xE82070) is known color: Ruby. HEX triplet: E8, 20 and 70. RGB value is (232,32,112). Sum of RGB (Red+Green+Blue) = 232+32+112=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E82070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82070 is #17DF8F. Grayscale: #646464. Windows color (decimal): -1564560 or 7348456. OLE color: 7348456.

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

Color convert

RGB 232 32 112 -
CMYK 0 0.86 0.52 0.09
HSL 336º 0.81% 0.52% -
HSV(B) 336º 0.86% 0.91% -
XYZ 36.72 19.36 17.13 -
YUV 100.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 232 32 112 0 0.86 0.52 0.09 336 0.81 0.52
Hex E8 20 70 0 56 34 9 150 51 34
Octal 350 40 160 0 126 64 11 520 121 64
Binary 11101000 100000 1110000 0 1010110 110100 1001 101010000 1010001 110100

Color Harmonies of #E82070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82070

Black with #E82070

Text Example


Text Example

White with #E82070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82070; }

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

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

background-color css

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

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

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

border-color css

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

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

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