Html Css Color HEX #E20F6E Ruby

📋 copy color: '#E20F6E'

red 226 ◦ green 15 ◦ blue 110

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

Shades of Ruby #E20F6E

Tints of Ruby #E20F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

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

R = 64.39%
G = 4.27%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E20F6E (or 0xE20F6E) is known color: Ruby. HEX triplet: E2, 0F and 6E. RGB value is (226,15,110). Sum of RGB (Red+Green+Blue) = 226+15+110=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F6E is #1DF091. Grayscale: #585858. Windows color (decimal): -1962130 or 7213026. OLE color: 7213026.

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

Color convert

RGB 226 15 110 -
CMYK 0 0.93 0.51 0.11
HSL 332.99º 0.88% 0.47% -
HSV(B) 332.99º 0.93% 0.89% -
XYZ 34.35 17.64 16.35 -
YUV 88.92 139.9 225.78 -
System Red Green Blue C M Y K H S L
Decimal 226 15 110 0 0.93 0.51 0.11 332.99 0.88 0.47
Hex E2 F 6E 0 5D 33 B 14D 58 2F
Octal 342 17 156 0 135 63 13 515 130 57
Binary 11100010 1111 1101110 0 1011101 110011 1011 101001101 1011000 101111

Color Harmonies of #E20F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F6E

Black with #E20F6E

Text Example


Text Example

White with #E20F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F6E; }

 p { color: rgb(226,15,110); }

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

background-color css

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

 a { background-color: rgb(226,15,110); }

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

border-color css

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

 span { border-color: rgb(226,15,110); }

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