Html Css Color HEX #E8215F Ruby

📋 copy color: '#E8215F'

red 232 ◦ green 33 ◦ blue 95

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

Shades of Ruby #E8215F

Tints of Ruby #E8215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 64.44%
G = 9.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8215F (or 0xE8215F) is known color: Ruby. HEX triplet: E8, 21 and 5F. RGB value is (232,33,95). Sum of RGB (Red+Green+Blue) = 232+33+95=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8215F is #17DEA0. Grayscale: #636363. Windows color (decimal): -1564321 or 6234600. OLE color: 6234600.

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

Color convert

RGB 232 33 95 -
CMYK 0 0.86 0.59 0.09
HSL 341.31º 0.81% 0.52% -
HSV(B) 341.31º 0.86% 0.91% -
XYZ 35.89 19.07 12.62 -
YUV 99.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 232 33 95 0 0.86 0.59 0.09 341.31 0.81 0.52
Hex E8 21 5F 0 56 3B 9 155 51 34
Octal 350 41 137 0 126 73 11 525 121 64
Binary 11101000 100001 1011111 0 1010110 111011 1001 101010101 1010001 110100

Color Harmonies of #E8215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8215F

Black with #E8215F

Text Example


Text Example

White with #E8215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8215F; }

 p { color: rgb(232,33,95); }

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

background-color css

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

 a { background-color: rgb(232,33,95); }

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

border-color css

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

 span { border-color: rgb(232,33,95); }

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