Html Css Color HEX #E5206D Ruby

📋 copy color: '#E5206D'

red 229 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E5206D

Tints of Ruby #E5206D

RGB

 RED value IS 229 (89.84% from 255) = 61.89%

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 61.89%
G = 8.65%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5206D (or 0xE5206D) is known color: Ruby. HEX triplet: E5, 20 and 6D. RGB value is (229,32,109). Sum of RGB (Red+Green+Blue) = 229+32+109=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5206D is #1ADF92. Grayscale: #636363. Windows color (decimal): -1761171 or 7151845. OLE color: 7151845.

HSL color Cylindrical-coordinate representation of color #E5206D: hue angle of 336.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5206D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 109 -
CMYK 0 0.86 0.52 0.10
HSL 336.55º 0.79% 0.51% -
HSV(B) 336.55º 0.86% 0.9% -
XYZ 35.59 18.8 16.22 -
YUV 99.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 229 32 109 0 0.86 0.52 0.10 336.55 0.79 0.51
Hex E5 20 6D 0 56 34 A 151 4F 33
Octal 345 40 155 0 126 64 12 521 117 63
Binary 11100101 100000 1101101 0 1010110 110100 1010 101010001 1001111 110011

Color Harmonies of #E5206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5206D

Black with #E5206D

Text Example


Text Example

White with #E5206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5206D; }

 p { color: rgb(229,32,109); }

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

background-color css

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

 a { background-color: rgb(229,32,109); }

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

border-color css

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

 span { border-color: rgb(229,32,109); }

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