Html Css Color HEX #E5206C Ruby

📋 copy color: '#E5206C'

red 229 ◦ green 32 ◦ blue 108

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

Shades of Ruby #E5206C

Tints of Ruby #E5206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 62.06%
G = 8.67%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5206C (or 0xE5206C) is known color: Ruby. HEX triplet: E5, 20 and 6C. RGB value is (229,32,108). Sum of RGB (Red+Green+Blue) = 229+32+108=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5206C is #1ADF93. Grayscale: #636363. Windows color (decimal): -1761172 or 7086309. OLE color: 7086309.

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

Color convert

RGB 229 32 108 -
CMYK 0 0.86 0.53 0.10
HSL 336.85º 0.79% 0.51% -
HSV(B) 336.85º 0.86% 0.9% -
XYZ 35.54 18.77 15.94 -
YUV 99.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 229 32 108 0 0.86 0.53 0.10 336.85 0.79 0.51
Hex E5 20 6C 0 56 35 A 151 4F 33
Octal 345 40 154 0 126 65 12 521 117 63
Binary 11100101 100000 1101100 0 1010110 110101 1010 101010001 1001111 110011

Color Harmonies of #E5206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5206C

Black with #E5206C

Text Example


Text Example

White with #E5206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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