Html Css Color HEX #E5206F Ruby

📋 copy color: '#E5206F'

red 229 ◦ green 32 ◦ blue 111

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

Shades of Ruby #E5206F

Tints of Ruby #E5206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 61.56%
G = 8.6%
B = 29.84%

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

#E5206F (or 0xE5206F) is known color: Ruby. HEX triplet: E5, 20 and 6F. RGB value is (229,32,111). Sum of RGB (Red+Green+Blue) = 229+32+111=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5206F is #1ADF90. Grayscale: #636363. Windows color (decimal): -1761169 or 7282917. OLE color: 7282917.

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

Color convert

RGB 229 32 111 -
CMYK 0 0.86 0.52 0.10
HSL 335.94º 0.79% 0.51% -
HSV(B) 335.94º 0.86% 0.9% -
XYZ 35.7 18.84 16.79 -
YUV 99.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 229 32 111 0 0.86 0.52 0.10 335.94 0.79 0.51
Hex E5 20 6F 0 56 34 A 150 4F 33
Octal 345 40 157 0 126 64 12 520 117 63
Binary 11100101 100000 1101111 0 1010110 110100 1010 101010000 1001111 110011

Color Harmonies of #E5206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5206F

Black with #E5206F

Text Example


Text Example

White with #E5206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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