Html Css Color HEX #E4206D Ruby

📋 copy color: '#E4206D'

red 228 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E4206D

Tints of Ruby #E4206D

RGB

 RED value IS 228 (89.45% from 255) = 61.79%

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

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

R = 61.79%
G = 8.67%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E4206D (or 0xE4206D) is known color: Ruby. HEX triplet: E4, 20 and 6D. RGB value is (228,32,109). Sum of RGB (Red+Green+Blue) = 228+32+109=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4206D is #1BDF92. Grayscale: #636363. Windows color (decimal): -1826707 or 7151844. OLE color: 7151844.

HSL color Cylindrical-coordinate representation of color #E4206D: hue angle of 336.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4206D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 109 -
CMYK 0 0.86 0.52 0.11
HSL 336.43º 0.78% 0.51% -
HSV(B) 336.43º 0.86% 0.89% -
XYZ 35.27 18.63 16.21 -
YUV 99.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 228 32 109 0 0.86 0.52 0.11 336.43 0.78 0.51
Hex E4 20 6D 0 56 34 B 150 4E 33
Octal 344 40 155 0 126 64 13 520 116 63
Binary 11100100 100000 1101101 0 1010110 110100 1011 101010000 1001110 110011

Color Harmonies of #E4206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4206D

Black with #E4206D

Text Example


Text Example

White with #E4206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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