Html Css Color HEX #E7206F Ruby

📋 copy color: '#E7206F'

red 231 ◦ green 32 ◦ blue 111

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

Shades of Ruby #E7206F

Tints of Ruby #E7206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 61.76%
G = 8.56%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7206F (or 0xE7206F) is known color: Ruby. HEX triplet: E7, 20 and 6F. RGB value is (231,32,111). Sum of RGB (Red+Green+Blue) = 231+32+111=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206F is #18DF90. Grayscale: #646464. Windows color (decimal): -1630097 or 7282919. OLE color: 7282919.

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

Color convert

RGB 231 32 111 -
CMYK 0 0.86 0.52 0.09
HSL 336.18º 0.81% 0.52% -
HSV(B) 336.18º 0.86% 0.91% -
XYZ 36.34 19.17 16.82 -
YUV 100.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 231 32 111 0 0.86 0.52 0.09 336.18 0.81 0.52
Hex E7 20 6F 0 56 34 9 150 51 34
Octal 347 40 157 0 126 64 11 520 121 64
Binary 11100111 100000 1101111 0 1010110 110100 1001 101010000 1010001 110100

Color Harmonies of #E7206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7206F

Black with #E7206F

Text Example


Text Example

White with #E7206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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