Html Css Color HEX #E80A72 Ruby

📋 copy color: '#E80A72'

red 232 ◦ green 10 ◦ blue 114

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

Shades of Ruby #E80A72

Tints of Ruby #E80A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.81%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 65.17%
G = 2.81%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E80A72 (or 0xE80A72) is known color: Ruby. HEX triplet: E8, 0A and 72. RGB value is (232,10,114). Sum of RGB (Red+Green+Blue) = 232+10+114=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80A72 is #17F58D. Grayscale: #585858. Windows color (decimal): -1570190 or 7473896. OLE color: 7473896.

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

Color convert

RGB 232 10 114 -
CMYK 0 0.96 0.51 0.09
HSL 331.89º 0.92% 0.47% -
HSV(B) 331.89º 0.96% 0.91% -
XYZ 36.42 18.59 17.59 -
YUV 88.23 142.55 230.54 -
System Red Green Blue C M Y K H S L
Decimal 232 10 114 0 0.96 0.51 0.09 331.89 0.92 0.47
Hex E8 A 72 0 60 33 9 14C 5C 2F
Octal 350 12 162 0 140 63 11 514 134 57
Binary 11101000 1010 1110010 0 1100000 110011 1001 101001100 1011100 101111

Color Harmonies of #E80A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A72

Black with #E80A72

Text Example


Text Example

White with #E80A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A72; }

 p { color: rgb(232,10,114); }

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

background-color css

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

 a { background-color: rgb(232,10,114); }

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

border-color css

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

 span { border-color: rgb(232,10,114); }

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