Html Css Color HEX #E6206D Ruby

📋 copy color: '#E6206D'

red 230 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E6206D

Tints of Ruby #E6206D

RGB

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

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

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

R = 61.99%
G = 8.63%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6206D (or 0xE6206D) is known color: Ruby. HEX triplet: E6, 20 and 6D. RGB value is (230,32,109). Sum of RGB (Red+Green+Blue) = 230+32+109=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6206D is #19DF92. Grayscale: #636363. Windows color (decimal): -1695635 or 7151846. OLE color: 7151846.

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

Color convert

RGB 230 32 109 -
CMYK 0 0.86 0.53 0.10
HSL 336.67º 0.8% 0.51% -
HSV(B) 336.67º 0.86% 0.9% -
XYZ 35.91 18.96 16.24 -
YUV 99.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 230 32 109 0 0.86 0.53 0.10 336.67 0.8 0.51
Hex E6 20 6D 0 56 35 A 151 50 33
Octal 346 40 155 0 126 65 12 521 120 63
Binary 11100110 100000 1101101 0 1010110 110101 1010 101010001 1010000 110011

Color Harmonies of #E6206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6206D

Black with #E6206D

Text Example


Text Example

White with #E6206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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