Html Css Color HEX #E7206B Ruby

📋 copy color: '#E7206B'

red 231 ◦ green 32 ◦ blue 107

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

Shades of Ruby #E7206B

Tints of Ruby #E7206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 62.43%
G = 8.65%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7206B (or 0xE7206B) is known color: Ruby. HEX triplet: E7, 20 and 6B. RGB value is (231,32,107). Sum of RGB (Red+Green+Blue) = 231+32+107=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206B is #18DF94. Grayscale: #636363. Windows color (decimal): -1630101 or 7020775. OLE color: 7020775.

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

Color convert

RGB 231 32 107 -
CMYK 0 0.86 0.54 0.09
HSL 337.39º 0.81% 0.52% -
HSV(B) 337.39º 0.86% 0.91% -
XYZ 36.13 19.08 15.69 -
YUV 100.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 231 32 107 0 0.86 0.54 0.09 337.39 0.81 0.52
Hex E7 20 6B 0 56 36 9 151 51 34
Octal 347 40 153 0 126 66 11 521 121 64
Binary 11100111 100000 1101011 0 1010110 110110 1001 101010001 1010001 110100

Color Harmonies of #E7206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7206B

Black with #E7206B

Text Example


Text Example

White with #E7206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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