Html Css Color HEX #E81D5E Ruby

📋 copy color: '#E81D5E'

red 232 ◦ green 29 ◦ blue 94

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

Shades of Ruby #E81D5E

Tints of Ruby #E81D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 65.35%
G = 8.17%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E81D5E (or 0xE81D5E) is known color: Ruby. HEX triplet: E8, 1D and 5E. RGB value is (232,29,94). Sum of RGB (Red+Green+Blue) = 232+29+94=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D5E is #17E2A1. Grayscale: #616161. Windows color (decimal): -1565346 or 6168040. OLE color: 6168040.

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

Color convert

RGB 232 29 94 -
CMYK 0 0.88 0.59 0.09
HSL 340.79º 0.82% 0.51% -
HSV(B) 340.79º 0.88% 0.91% -
XYZ 35.74 18.84 12.34 -
YUV 97.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 232 29 94 0 0.88 0.59 0.09 340.79 0.82 0.51
Hex E8 1D 5E 0 58 3B 9 155 52 33
Octal 350 35 136 0 130 73 11 525 122 63
Binary 11101000 11101 1011110 0 1011000 111011 1001 101010101 1010010 110011

Color Harmonies of #E81D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D5E

Black with #E81D5E

Text Example


Text Example

White with #E81D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D5E; }

 p { color: rgb(232,29,94); }

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

background-color css

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

 a { background-color: rgb(232,29,94); }

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

border-color css

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

 span { border-color: rgb(232,29,94); }

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