Html Css Color HEX #E6206A Ruby

📋 copy color: '#E6206A'

red 230 ◦ green 32 ◦ blue 106

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

Shades of Ruby #E6206A

Tints of Ruby #E6206A

RGB

 RED value IS 230 (90.23% from 255) = 62.5%

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

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

R = 62.5%
G = 8.7%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6206A (or 0xE6206A) is known color: Ruby. HEX triplet: E6, 20 and 6A. RGB value is (230,32,106). Sum of RGB (Red+Green+Blue) = 230+32+106=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6206A is #19DF95. Grayscale: #636363. Windows color (decimal): -1695638 or 6955238. OLE color: 6955238.

HSL color Cylindrical-coordinate representation of color #E6206A: hue angle of 337.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6206A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 106 -
CMYK 0 0.86 0.54 0.10
HSL 337.58º 0.8% 0.51% -
HSV(B) 337.58º 0.86% 0.9% -
XYZ 35.75 18.9 15.4 -
YUV 99.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 230 32 106 0 0.86 0.54 0.10 337.58 0.8 0.51
Hex E6 20 6A 0 56 36 A 152 50 33
Octal 346 40 152 0 126 66 12 522 120 63
Binary 11100110 100000 1101010 0 1010110 110110 1010 101010010 1010000 110011

Color Harmonies of #E6206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6206A

Black with #E6206A

Text Example


Text Example

White with #E6206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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