Html Css Color HEX #E81A5D Ruby

📋 copy color: '#E81A5D'

red 232 ◦ green 26 ◦ blue 93

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

Shades of Ruby #E81A5D

Tints of Ruby #E81A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 66.1%
G = 7.41%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E81A5D (or 0xE81A5D) is known color: Ruby. HEX triplet: E8, 1A and 5D. RGB value is (232,26,93). Sum of RGB (Red+Green+Blue) = 232+26+93=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A5D is #17E5A2. Grayscale: #5F5F5F. Windows color (decimal): -1566115 or 6101736. OLE color: 6101736.

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

Color convert

RGB 232 26 93 -
CMYK 0 0.89 0.60 0.09
HSL 340.49º 0.82% 0.51% -
HSV(B) 340.49º 0.89% 0.91% -
XYZ 35.62 18.68 12.08 -
YUV 95.23 126.75 225.55 -
System Red Green Blue C M Y K H S L
Decimal 232 26 93 0 0.89 0.60 0.09 340.49 0.82 0.51
Hex E8 1A 5D 0 59 3C 9 154 52 33
Octal 350 32 135 0 131 74 11 524 122 63
Binary 11101000 11010 1011101 0 1011001 111100 1001 101010100 1010010 110011

Color Harmonies of #E81A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A5D

Black with #E81A5D

Text Example


Text Example

White with #E81A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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