Html Css Color HEX #E7206A Ruby

📋 copy color: '#E7206A'

red 231 ◦ green 32 ◦ blue 106

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

Shades of Ruby #E7206A

Tints of Ruby #E7206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 62.6%
G = 8.67%
B = 28.73%

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

#E7206A (or 0xE7206A) is known color: Ruby. HEX triplet: E7, 20 and 6A. RGB value is (231,32,106). Sum of RGB (Red+Green+Blue) = 231+32+106=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206A is #18DF95. Grayscale: #636363. Windows color (decimal): -1630102 or 6955239. OLE color: 6955239.

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

Color convert

RGB 231 32 106 -
CMYK 0 0.86 0.54 0.09
HSL 337.69º 0.81% 0.52% -
HSV(B) 337.69º 0.86% 0.91% -
XYZ 36.07 19.06 15.41 -
YUV 99.94 131.43 221.48 -
System Red Green Blue C M Y K H S L
Decimal 231 32 106 0 0.86 0.54 0.09 337.69 0.81 0.52
Hex E7 20 6A 0 56 36 9 152 51 34
Octal 347 40 152 0 126 66 11 522 121 64
Binary 11100111 100000 1101010 0 1010110 110110 1001 101010010 1010001 110100

Color Harmonies of #E7206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7206A

Black with #E7206A

Text Example


Text Example

White with #E7206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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