Html Css Color HEX #E3205F Ruby

📋 copy color: '#E3205F'

red 227 ◦ green 32 ◦ blue 95

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

Shades of Ruby #E3205F

Tints of Ruby #E3205F

RGB

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

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

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

R = 64.12%
G = 9.04%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3205F (or 0xE3205F) is known color: Ruby. HEX triplet: E3, 20 and 5F. RGB value is (227,32,95). Sum of RGB (Red+Green+Blue) = 227+32+95=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3205F is #1CDFA0. Grayscale: #616161. Windows color (decimal): -1892257 or 6234339. OLE color: 6234339.

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

Color convert

RGB 227 32 95 -
CMYK 0 0.86 0.58 0.11
HSL 340.62º 0.78% 0.51% -
HSV(B) 340.62º 0.86% 0.89% -
XYZ 34.26 18.19 12.53 -
YUV 97.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 227 32 95 0 0.86 0.58 0.11 340.62 0.78 0.51
Hex E3 20 5F 0 56 3A B 155 4E 33
Octal 343 40 137 0 126 72 13 525 116 63
Binary 11100011 100000 1011111 0 1010110 111010 1011 101010101 1001110 110011

Color Harmonies of #E3205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3205F

Black with #E3205F

Text Example


Text Example

White with #E3205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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