Html Css Color HEX #E81A69 Ruby

📋 copy color: '#E81A69'

red 232 ◦ green 26 ◦ blue 105

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

Shades of Ruby #E81A69

Tints of Ruby #E81A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 63.91%
G = 7.16%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81A69 (or 0xE81A69) is known color: Ruby. HEX triplet: E8, 1A and 69. RGB value is (232,26,105). Sum of RGB (Red+Green+Blue) = 232+26+105=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A69 is #17E596. Grayscale: #606060. Windows color (decimal): -1566103 or 6888168. OLE color: 6888168.

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

Color convert

RGB 232 26 105 -
CMYK 0 0.89 0.55 0.09
HSL 336.99º 0.82% 0.51% -
HSV(B) 336.99º 0.89% 0.91% -
XYZ 36.2 18.91 15.11 -
YUV 96.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 232 26 105 0 0.89 0.55 0.09 336.99 0.82 0.51
Hex E8 1A 69 0 59 37 9 151 52 33
Octal 350 32 151 0 131 67 11 521 122 63
Binary 11101000 11010 1101001 0 1011001 110111 1001 101010001 1010010 110011

Color Harmonies of #E81A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A69

Black with #E81A69

Text Example


Text Example

White with #E81A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A69; }

 p { color: rgb(232,26,105); }

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

background-color css

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

 a { background-color: rgb(232,26,105); }

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

border-color css

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

 span { border-color: rgb(232,26,105); }

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