Html Css Color HEX #E5205F Ruby

📋 copy color: '#E5205F'

red 229 ◦ green 32 ◦ blue 95

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

Shades of Ruby #E5205F

Tints of Ruby #E5205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 64.33%
G = 8.99%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5205F (or 0xE5205F) is known color: Ruby. HEX triplet: E5, 20 and 5F. RGB value is (229,32,95). Sum of RGB (Red+Green+Blue) = 229+32+95=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5205F is #1ADFA0. Grayscale: #626262. Windows color (decimal): -1761185 or 6234341. OLE color: 6234341.

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

Color convert

RGB 229 32 95 -
CMYK 0 0.86 0.59 0.10
HSL 340.81º 0.79% 0.51% -
HSV(B) 340.81º 0.86% 0.9% -
XYZ 34.9 18.52 12.56 -
YUV 98.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 229 32 95 0 0.86 0.59 0.10 340.81 0.79 0.51
Hex E5 20 5F 0 56 3B A 155 4F 33
Octal 345 40 137 0 126 73 12 525 117 63
Binary 11100101 100000 1011111 0 1010110 111011 1010 101010101 1001111 110011

Color Harmonies of #E5205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5205F

Black with #E5205F

Text Example


Text Example

White with #E5205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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