Html Css Color HEX #E3206E Ruby

📋 copy color: '#E3206E'

red 227 ◦ green 32 ◦ blue 110

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

Shades of Ruby #E3206E

Tints of Ruby #E3206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 61.52%
G = 8.67%
B = 29.81%

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

#E3206E (or 0xE3206E) is known color: Ruby. HEX triplet: E3, 20 and 6E. RGB value is (227,32,110). Sum of RGB (Red+Green+Blue) = 227+32+110=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206E is #1CDF91. Grayscale: #636363. Windows color (decimal): -1892242 or 7217379. OLE color: 7217379.

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

Color convert

RGB 227 32 110 -
CMYK 0 0.86 0.52 0.11
HSL 336º 0.78% 0.51% -
HSV(B) 336º 0.86% 0.89% -
XYZ 35.01 18.49 16.48 -
YUV 99.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 227 32 110 0 0.86 0.52 0.11 336 0.78 0.51
Hex E3 20 6E 0 56 34 B 150 4E 33
Octal 343 40 156 0 126 64 13 520 116 63
Binary 11100011 100000 1101110 0 1010110 110100 1011 101010000 1001110 110011

Color Harmonies of #E3206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3206E

Black with #E3206E

Text Example


Text Example

White with #E3206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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