Html Css Color HEX #E20D69 Ruby

📋 copy color: '#E20D69'

red 226 ◦ green 13 ◦ blue 105

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

Shades of Ruby #E20D69

Tints of Ruby #E20D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.78%

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 65.7%
G = 3.78%
B = 30.52%

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

#E20D69 (or 0xE20D69) is known color: Ruby. HEX triplet: E2, 0D and 69. RGB value is (226,13,105). Sum of RGB (Red+Green+Blue) = 226+13+105=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D69 is #1DF296. Grayscale: #575757. Windows color (decimal): -1962647 or 6884834. OLE color: 6884834.

HSL color Cylindrical-coordinate representation of color #E20D69: hue angle of 334.08º degrees, saturation: 0.89, 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 #E20D69 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 13 105 -
CMYK 0 0.94 0.54 0.11
HSL 334.08º 0.89% 0.47% -
HSV(B) 334.08º 0.94% 0.89% -
XYZ 34.06 17.48 14.94 -
YUV 87.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 226 13 105 0 0.94 0.54 0.11 334.08 0.89 0.47
Hex E2 D 69 0 5E 36 B 14E 59 2F
Octal 342 15 151 0 136 66 13 516 131 57
Binary 11100010 1101 1101001 0 1011110 110110 1011 101001110 1011001 101111

Color Harmonies of #E20D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D69

Black with #E20D69

Text Example


Text Example

White with #E20D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D69; }

 p { color: rgb(226,13,105); }

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

background-color css

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

 a { background-color: rgb(226,13,105); }

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

border-color css

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

 span { border-color: rgb(226,13,105); }

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