Html Css Color HEX #E80D66 Ruby

📋 copy color: '#E80D66'

red 232 ◦ green 13 ◦ blue 102

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

Shades of Ruby #E80D66

Tints of Ruby #E80D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 66.86%
G = 3.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E80D66 (or 0xE80D66) is known color: Ruby. HEX triplet: E8, 0D and 66. RGB value is (232,13,102). Sum of RGB (Red+Green+Blue) = 232+13+102=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D66 is #17F299. Grayscale: #585858. Windows color (decimal): -1569434 or 6688232. OLE color: 6688232.

HSL color Cylindrical-coordinate representation of color #E80D66: hue angle of 335.62º degrees, saturation: 0.89, 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 #E80D66 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 13 102 -
CMYK 0 0.94 0.56 0.09
HSL 335.62º 0.89% 0.48% -
HSV(B) 335.62º 0.94% 0.91% -
XYZ 35.82 18.4 14.23 -
YUV 88.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 232 13 102 0 0.94 0.56 0.09 335.62 0.89 0.48
Hex E8 D 66 0 5E 38 9 150 59 30
Octal 350 15 146 0 136 70 11 520 131 60
Binary 11101000 1101 1100110 0 1011110 111000 1001 101010000 1011001 110000

Color Harmonies of #E80D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D66

Black with #E80D66

Text Example


Text Example

White with #E80D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D66; }

 p { color: rgb(232,13,102); }

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

background-color css

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

 a { background-color: rgb(232,13,102); }

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

border-color css

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

 span { border-color: rgb(232,13,102); }

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