Html Css Color HEX #E4206E Ruby

📋 copy color: '#E4206E'

red 228 ◦ green 32 ◦ blue 110

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

Shades of Ruby #E4206E

Tints of Ruby #E4206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 61.62%
G = 8.65%
B = 29.73%

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

#E4206E (or 0xE4206E) is known color: Ruby. HEX triplet: E4, 20 and 6E. RGB value is (228,32,110). Sum of RGB (Red+Green+Blue) = 228+32+110=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E4206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4206E is #1BDF91. Grayscale: #636363. Windows color (decimal): -1826706 or 7217380. OLE color: 7217380.

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

Color convert

RGB 228 32 110 -
CMYK 0 0.86 0.52 0.11
HSL 336.12º 0.78% 0.51% -
HSV(B) 336.12º 0.86% 0.89% -
XYZ 35.33 18.65 16.49 -
YUV 99.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 228 32 110 0 0.86 0.52 0.11 336.12 0.78 0.51
Hex E4 20 6E 0 56 34 B 150 4E 33
Octal 344 40 156 0 126 64 13 520 116 63
Binary 11100100 100000 1101110 0 1010110 110100 1011 101010000 1001110 110011

Color Harmonies of #E4206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4206E

Black with #E4206E

Text Example


Text Example

White with #E4206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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