Html Css Color HEX #E3206D Ruby

📋 copy color: '#E3206D'

red 227 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E3206D

Tints of Ruby #E3206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 61.68%
G = 8.7%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3206D (or 0xE3206D) is known color: Ruby. HEX triplet: E3, 20 and 6D. RGB value is (227,32,109). Sum of RGB (Red+Green+Blue) = 227+32+109=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206D is #1CDF92. Grayscale: #626262. Windows color (decimal): -1892243 or 7151843. OLE color: 7151843.

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

Color convert

RGB 227 32 109 -
CMYK 0 0.86 0.52 0.11
HSL 336.31º 0.78% 0.51% -
HSV(B) 336.31º 0.86% 0.89% -
XYZ 34.96 18.47 16.19 -
YUV 99.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 227 32 109 0 0.86 0.52 0.11 336.31 0.78 0.51
Hex E3 20 6D 0 56 34 B 150 4E 33
Octal 343 40 155 0 126 64 13 520 116 63
Binary 11100011 100000 1101101 0 1010110 110100 1011 101010000 1001110 110011

Color Harmonies of #E3206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3206D

Black with #E3206D

Text Example


Text Example

White with #E3206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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