Html Css Color HEX #E7206D Ruby

📋 copy color: '#E7206D'

red 231 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E7206D

Tints of Ruby #E7206D

RGB

 RED value IS 231 (90.63% from 255) = 62.1%

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

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

R = 62.1%
G = 8.6%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7206D (or 0xE7206D) is known color: Ruby. HEX triplet: E7, 20 and 6D. RGB value is (231,32,109). Sum of RGB (Red+Green+Blue) = 231+32+109=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206D is #18DF92. Grayscale: #646464. Windows color (decimal): -1630099 or 7151847. OLE color: 7151847.

HSL color Cylindrical-coordinate representation of color #E7206D: hue angle of 336.78º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7206D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 109 -
CMYK 0 0.86 0.53 0.09
HSL 336.78º 0.81% 0.52% -
HSV(B) 336.78º 0.86% 0.91% -
XYZ 36.23 19.13 16.25 -
YUV 100.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 231 32 109 0 0.86 0.53 0.09 336.78 0.81 0.52
Hex E7 20 6D 0 56 35 9 151 51 34
Octal 347 40 155 0 126 65 11 521 121 64
Binary 11100111 100000 1101101 0 1010110 110101 1001 101010001 1010001 110100

Color Harmonies of #E7206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7206D

Black with #E7206D

Text Example


Text Example

White with #E7206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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