Html Css Color HEX #E20D6A Ruby

📋 copy color: '#E20D6A'

red 226 ◦ green 13 ◦ blue 106

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

Shades of Ruby #E20D6A

Tints of Ruby #E20D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 65.51%
G = 3.77%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E20D6A (or 0xE20D6A) is known color: Ruby. HEX triplet: E2, 0D and 6A. RGB value is (226,13,106). Sum of RGB (Red+Green+Blue) = 226+13+106=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D6A is #1DF295. Grayscale: #575757. Windows color (decimal): -1962646 or 6950370. OLE color: 6950370.

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

Color convert

RGB 226 13 106 -
CMYK 0 0.94 0.53 0.11
HSL 333.8º 0.89% 0.47% -
HSV(B) 333.8º 0.94% 0.89% -
XYZ 34.11 17.5 15.22 -
YUV 87.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 226 13 106 0 0.94 0.53 0.11 333.8 0.89 0.47
Hex E2 D 6A 0 5E 35 B 14E 59 2F
Octal 342 15 152 0 136 65 13 516 131 57
Binary 11100010 1101 1101010 0 1011110 110101 1011 101001110 1011001 101111

Color Harmonies of #E20D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D6A

Black with #E20D6A

Text Example


Text Example

White with #E20D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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