Html Css Color HEX #E80F70 Ruby

📋 copy color: '#E80F70'

red 232 ◦ green 15 ◦ blue 112

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

Shades of Ruby #E80F70

Tints of Ruby #E80F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 64.62%
G = 4.18%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E80F70 (or 0xE80F70) is known color: Ruby. HEX triplet: E8, 0F and 70. RGB value is (232,15,112). Sum of RGB (Red+Green+Blue) = 232+15+112=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F70 is #17F08F. Grayscale: #5A5A5A. Windows color (decimal): -1568912 or 7344104. OLE color: 7344104.

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

Color convert

RGB 232 15 112 -
CMYK 0 0.94 0.52 0.09
HSL 333.18º 0.88% 0.48% -
HSV(B) 333.18º 0.94% 0.91% -
XYZ 36.37 18.67 17.02 -
YUV 90.94 139.89 228.61 -
System Red Green Blue C M Y K H S L
Decimal 232 15 112 0 0.94 0.52 0.09 333.18 0.88 0.48
Hex E8 F 70 0 5E 34 9 14D 58 30
Octal 350 17 160 0 136 64 11 515 130 60
Binary 11101000 1111 1110000 0 1011110 110100 1001 101001101 1011000 110000

Color Harmonies of #E80F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F70

Black with #E80F70

Text Example


Text Example

White with #E80F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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