Html Css Color HEX #E8205F Ruby

📋 copy color: '#E8205F'

red 232 ◦ green 32 ◦ blue 95

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

Shades of Ruby #E8205F

Tints of Ruby #E8205F

RGB

 RED value IS 232 (91.02% from 255) = 64.62%

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

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

R = 64.62%
G = 8.91%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8205F (or 0xE8205F) is known color: Ruby. HEX triplet: E8, 20 and 5F. RGB value is (232,32,95). Sum of RGB (Red+Green+Blue) = 232+32+95=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8205F is #17DFA0. Grayscale: #626262. Windows color (decimal): -1564577 or 6234344. OLE color: 6234344.

HSL color Cylindrical-coordinate representation of color #E8205F: hue angle of 341.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8205F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 95 -
CMYK 0 0.86 0.59 0.09
HSL 341.1º 0.81% 0.52% -
HSV(B) 341.1º 0.86% 0.91% -
XYZ 35.86 19.02 12.61 -
YUV 98.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 232 32 95 0 0.86 0.59 0.09 341.1 0.81 0.52
Hex E8 20 5F 0 56 3B 9 155 51 34
Octal 350 40 137 0 126 73 11 525 121 64
Binary 11101000 100000 1011111 0 1010110 111011 1001 101010101 1010001 110100

Color Harmonies of #E8205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8205F

Black with #E8205F

Text Example


Text Example

White with #E8205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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