Html Css Color HEX #E20E68 Ruby

📋 copy color: '#E20E68'

red 226 ◦ green 14 ◦ blue 104

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

Shades of Ruby #E20E68

Tints of Ruby #E20E68

RGB

 RED value IS 226 (88.67% from 255) = 65.7%

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 65.7%
G = 4.07%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E20E68 (or 0xE20E68) is known color: Ruby. HEX triplet: E2, 0E and 68. RGB value is (226,14,104). Sum of RGB (Red+Green+Blue) = 226+14+104=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E68 is #1DF197. Grayscale: #575757. Windows color (decimal): -1962392 or 6819554. OLE color: 6819554.

HSL color Cylindrical-coordinate representation of color #E20E68: hue angle of 334.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E68 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 14 104 -
CMYK 0 0.94 0.54 0.11
HSL 334.53º 0.88% 0.47% -
HSV(B) 334.53º 0.94% 0.89% -
XYZ 34.02 17.48 14.68 -
YUV 87.65 137.24 226.68 -
System Red Green Blue C M Y K H S L
Decimal 226 14 104 0 0.94 0.54 0.11 334.53 0.88 0.47
Hex E2 E 68 0 5E 36 B 14F 58 2F
Octal 342 16 150 0 136 66 13 517 130 57
Binary 11100010 1110 1101000 0 1011110 110110 1011 101001111 1011000 101111

Color Harmonies of #E20E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E68

Black with #E20E68

Text Example


Text Example

White with #E20E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E68; }

 p { color: rgb(226,14,104); }

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

background-color css

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

 a { background-color: rgb(226,14,104); }

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

border-color css

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

 span { border-color: rgb(226,14,104); }

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