Html Css Color HEX #E81575 Ruby

📋 copy color: '#E81575'

red 232 ◦ green 21 ◦ blue 117

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

Shades of Ruby #E81575

Tints of Ruby #E81575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 62.7%
G = 5.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E81575 (or 0xE81575) is known color: Ruby. HEX triplet: E8, 15 and 75. RGB value is (232,21,117). Sum of RGB (Red+Green+Blue) = 232+21+117=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81575 is #17EA8A. Grayscale: #5E5E5E. Windows color (decimal): -1567371 or 7673320. OLE color: 7673320.

HSL color Cylindrical-coordinate representation of color #E81575: hue angle of 332.7º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81575 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 21 117 -
CMYK 0 0.91 0.50 0.09
HSL 332.7º 0.83% 0.5% -
HSV(B) 332.7º 0.91% 0.91% -
XYZ 36.76 18.98 18.56 -
YUV 95.03 140.4 225.69 -
System Red Green Blue C M Y K H S L
Decimal 232 21 117 0 0.91 0.50 0.09 332.7 0.83 0.5
Hex E8 15 75 0 5B 32 9 14D 53 32
Octal 350 25 165 0 133 62 11 515 123 62
Binary 11101000 10101 1110101 0 1011011 110010 1001 101001101 1010011 110010

Color Harmonies of #E81575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81575

Black with #E81575

Text Example


Text Example

White with #E81575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81575; }

 p { color: rgb(232,21,117); }

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

background-color css

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

 a { background-color: rgb(232,21,117); }

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

border-color css

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

 span { border-color: rgb(232,21,117); }

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