Html Css Color HEX #E82169 Ruby

📋 copy color: '#E82169'

red 232 ◦ green 33 ◦ blue 105

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

Shades of Ruby #E82169

Tints of Ruby #E82169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 62.7%
G = 8.92%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E82169 (or 0xE82169) is known color: Ruby. HEX triplet: E8, 21 and 69. RGB value is (232,33,105). Sum of RGB (Red+Green+Blue) = 232+33+105=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E82169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82169 is #17DE96. Grayscale: #646464. Windows color (decimal): -1564311 or 6889960. OLE color: 6889960.

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

Color convert

RGB 232 33 105 -
CMYK 0 0.86 0.55 0.09
HSL 338.29º 0.81% 0.52% -
HSV(B) 338.29º 0.86% 0.91% -
XYZ 36.37 19.26 15.17 -
YUV 100.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 232 33 105 0 0.86 0.55 0.09 338.29 0.81 0.52
Hex E8 21 69 0 56 37 9 152 51 34
Octal 350 41 151 0 126 67 11 522 121 64
Binary 11101000 100001 1101001 0 1010110 110111 1001 101010010 1010001 110100

Color Harmonies of #E82169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82169

Black with #E82169

Text Example


Text Example

White with #E82169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82169; }

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

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

background-color css

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

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

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

border-color css

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

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

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