Html Css Color HEX #E5205B Ruby

📋 copy color: '#E5205B'

red 229 ◦ green 32 ◦ blue 91

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

Shades of Ruby #E5205B

Tints of Ruby #E5205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 65.06%
G = 9.09%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5205B (or 0xE5205B) is known color: Ruby. HEX triplet: E5, 20 and 5B. RGB value is (229,32,91). Sum of RGB (Red+Green+Blue) = 229+32+91=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5205B is #1ADFA4. Grayscale: #616161. Windows color (decimal): -1761189 or 5972197. OLE color: 5972197.

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

Color convert

RGB 229 32 91 -
CMYK 0 0.86 0.60 0.10
HSL 342.03º 0.79% 0.51% -
HSV(B) 342.03º 0.86% 0.9% -
XYZ 34.72 18.45 11.63 -
YUV 97.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 229 32 91 0 0.86 0.60 0.10 342.03 0.79 0.51
Hex E5 20 5B 0 56 3C A 156 4F 33
Octal 345 40 133 0 126 74 12 526 117 63
Binary 11100101 100000 1011011 0 1010110 111100 1010 101010110 1001111 110011

Color Harmonies of #E5205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5205B

Black with #E5205B

Text Example


Text Example

White with #E5205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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