Html Css Color HEX #E3205B Ruby

📋 copy color: '#E3205B'

red 227 ◦ green 32 ◦ blue 91

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

Shades of Ruby #E3205B

Tints of Ruby #E3205B

RGB

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

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

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

R = 64.86%
G = 9.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3205B (or 0xE3205B) is known color: Ruby. HEX triplet: E3, 20 and 5B. RGB value is (227,32,91). Sum of RGB (Red+Green+Blue) = 227+32+91=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3205B is #1CDFA4. Grayscale: #606060. Windows color (decimal): -1892261 or 5972195. OLE color: 5972195.

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

Color convert

RGB 227 32 91 -
CMYK 0 0.86 0.60 0.11
HSL 341.85º 0.78% 0.51% -
HSV(B) 341.85º 0.86% 0.89% -
XYZ 34.08 18.12 11.6 -
YUV 97.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 227 32 91 0 0.86 0.60 0.11 341.85 0.78 0.51
Hex E3 20 5B 0 56 3C B 156 4E 33
Octal 343 40 133 0 126 74 13 526 116 63
Binary 11100011 100000 1011011 0 1010110 111100 1011 101010110 1001110 110011

Color Harmonies of #E3205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3205B

Black with #E3205B

Text Example


Text Example

White with #E3205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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