Html Css Color HEX #E8216E Ruby

📋 copy color: '#E8216E'

red 232 ◦ green 33 ◦ blue 110

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

Shades of Ruby #E8216E

Tints of Ruby #E8216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 61.87%
G = 8.8%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8216E (or 0xE8216E) is known color: Ruby. HEX triplet: E8, 21 and 6E. RGB value is (232,33,110). Sum of RGB (Red+Green+Blue) = 232+33+110=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8216E is #17DE91. Grayscale: #656565. Windows color (decimal): -1564306 or 7217640. OLE color: 7217640.

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

Color convert

RGB 232 33 110 -
CMYK 0 0.86 0.53 0.09
HSL 336.78º 0.81% 0.52% -
HSV(B) 336.78º 0.86% 0.91% -
XYZ 36.64 19.37 16.56 -
YUV 101.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 232 33 110 0 0.86 0.53 0.09 336.78 0.81 0.52
Hex E8 21 6E 0 56 35 9 151 51 34
Octal 350 41 156 0 126 65 11 521 121 64
Binary 11101000 100001 1101110 0 1010110 110101 1001 101010001 1010001 110100

Color Harmonies of #E8216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8216E

Black with #E8216E

Text Example


Text Example

White with #E8216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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