Html Css Color HEX #E3205E Ruby

📋 copy color: '#E3205E'

red 227 ◦ green 32 ◦ blue 94

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

Shades of Ruby #E3205E

Tints of Ruby #E3205E

RGB

 RED value IS 227 (89.06% from 255) = 64.31%

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 64.31%
G = 9.07%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3205E (or 0xE3205E) is known color: Ruby. HEX triplet: E3, 20 and 5E. RGB value is (227,32,94). Sum of RGB (Red+Green+Blue) = 227+32+94=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3205E is #1CDFA1. Grayscale: #616161. Windows color (decimal): -1892258 or 6168803. OLE color: 6168803.

HSL color Cylindrical-coordinate representation of color #E3205E: hue angle of 340.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3205E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 94 -
CMYK 0 0.86 0.59 0.11
HSL 340.92º 0.78% 0.51% -
HSV(B) 340.92º 0.86% 0.89% -
XYZ 34.22 18.17 12.29 -
YUV 97.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 227 32 94 0 0.86 0.59 0.11 340.92 0.78 0.51
Hex E3 20 5E 0 56 3B B 155 4E 33
Octal 343 40 136 0 126 73 13 525 116 63
Binary 11100011 100000 1011110 0 1010110 111011 1011 101010101 1001110 110011

Color Harmonies of #E3205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3205E

Black with #E3205E

Text Example


Text Example

White with #E3205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3205E; }

 p { color: rgb(227,32,94); }

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

background-color css

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

 a { background-color: rgb(227,32,94); }

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

border-color css

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

 span { border-color: rgb(227,32,94); }

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