Html Css Color HEX #E3206C Ruby

📋 copy color: '#E3206C'

red 227 ◦ green 32 ◦ blue 108

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

Shades of Ruby #E3206C

Tints of Ruby #E3206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 61.85%
G = 8.72%
B = 29.43%

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

#E3206C (or 0xE3206C) is known color: Ruby. HEX triplet: E3, 20 and 6C. RGB value is (227,32,108). Sum of RGB (Red+Green+Blue) = 227+32+108=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206C is #1CDF93. Grayscale: #626262. Windows color (decimal): -1892244 or 7086307. OLE color: 7086307.

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

Color convert

RGB 227 32 108 -
CMYK 0 0.86 0.52 0.11
HSL 336.62º 0.78% 0.51% -
HSV(B) 336.62º 0.86% 0.89% -
XYZ 34.9 18.45 15.91 -
YUV 98.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 227 32 108 0 0.86 0.52 0.11 336.62 0.78 0.51
Hex E3 20 6C 0 56 34 B 151 4E 33
Octal 343 40 154 0 126 64 13 521 116 63
Binary 11100011 100000 1101100 0 1010110 110100 1011 101010001 1001110 110011

Color Harmonies of #E3206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3206C

Black with #E3206C

Text Example


Text Example

White with #E3206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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