Html Css Color HEX #E81B5C Ruby

📋 copy color: '#E81B5C'

red 232 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E81B5C

Tints of Ruby #E81B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.69%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 66.1%
G = 7.69%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E81B5C (or 0xE81B5C) is known color: Ruby. HEX triplet: E8, 1B and 5C. RGB value is (232,27,92). Sum of RGB (Red+Green+Blue) = 232+27+92=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B5C is #17E4A3. Grayscale: #5F5F5F. Windows color (decimal): -1565860 or 6036456. OLE color: 6036456.

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

Color convert

RGB 232 27 92 -
CMYK 0 0.88 0.60 0.09
HSL 340.98º 0.82% 0.51% -
HSV(B) 340.98º 0.88% 0.91% -
XYZ 35.6 18.71 11.86 -
YUV 95.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 232 27 92 0 0.88 0.60 0.09 340.98 0.82 0.51
Hex E8 1B 5C 0 58 3C 9 155 52 33
Octal 350 33 134 0 130 74 11 525 122 63
Binary 11101000 11011 1011100 0 1011000 111100 1001 101010101 1010010 110011

Color Harmonies of #E81B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B5C

Black with #E81B5C

Text Example


Text Example

White with #E81B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B5C; }

 p { color: rgb(232,27,92); }

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

background-color css

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

 a { background-color: rgb(232,27,92); }

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

border-color css

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

 span { border-color: rgb(232,27,92); }

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