Html Css Color HEX #E8216A Ruby

📋 copy color: '#E8216A'

red 232 ◦ green 33 ◦ blue 106

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

Shades of Ruby #E8216A

Tints of Ruby #E8216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 62.53%
G = 8.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E8216A (or 0xE8216A) is known color: Ruby. HEX triplet: E8, 21 and 6A. RGB value is (232,33,106). Sum of RGB (Red+Green+Blue) = 232+33+106=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8216A is #17DE95. Grayscale: #646464. Windows color (decimal): -1564310 or 6955496. OLE color: 6955496.

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

Color convert

RGB 232 33 106 -
CMYK 0 0.86 0.54 0.09
HSL 337.99º 0.81% 0.52% -
HSV(B) 337.99º 0.86% 0.91% -
XYZ 36.42 19.28 15.44 -
YUV 100.82 130.93 221.56 -
System Red Green Blue C M Y K H S L
Decimal 232 33 106 0 0.86 0.54 0.09 337.99 0.81 0.52
Hex E8 21 6A 0 56 36 9 152 51 34
Octal 350 41 152 0 126 66 11 522 121 64
Binary 11101000 100001 1101010 0 1010110 110110 1001 101010010 1010001 110100

Color Harmonies of #E8216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8216A

Black with #E8216A

Text Example


Text Example

White with #E8216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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