Html Css Color HEX #E20F6C Ruby

📋 copy color: '#E20F6C'

red 226 ◦ green 15 ◦ blue 108

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

Shades of Ruby #E20F6C

Tints of Ruby #E20F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 64.76%
G = 4.3%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E20F6C (or 0xE20F6C) is known color: Ruby. HEX triplet: E2, 0F and 6C. RGB value is (226,15,108). Sum of RGB (Red+Green+Blue) = 226+15+108=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F6C is #1DF093. Grayscale: #585858. Windows color (decimal): -1962132 or 7081954. OLE color: 7081954.

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

Color convert

RGB 226 15 108 -
CMYK 0 0.93 0.52 0.11
HSL 333.55º 0.88% 0.47% -
HSV(B) 333.55º 0.93% 0.89% -
XYZ 34.24 17.59 15.78 -
YUV 88.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 226 15 108 0 0.93 0.52 0.11 333.55 0.88 0.47
Hex E2 F 6C 0 5D 34 B 14E 58 2F
Octal 342 17 154 0 135 64 13 516 130 57
Binary 11100010 1111 1101100 0 1011101 110100 1011 101001110 1011000 101111

Color Harmonies of #E20F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F6C

Black with #E20F6C

Text Example


Text Example

White with #E20F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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