Html Css Color HEX #E20F72 Ruby

📋 copy color: '#E20F72'

red 226 ◦ green 15 ◦ blue 114

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

Shades of Ruby #E20F72

Tints of Ruby #E20F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 63.66%
G = 4.23%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E20F72 (or 0xE20F72) is known color: Ruby. HEX triplet: E2, 0F and 72. RGB value is (226,15,114). Sum of RGB (Red+Green+Blue) = 226+15+114=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F72 is #1DF08D. Grayscale: #595959. Windows color (decimal): -1962126 or 7475170. OLE color: 7475170.

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

Color convert

RGB 226 15 114 -
CMYK 0 0.93 0.50 0.11
HSL 331.85º 0.88% 0.47% -
HSV(B) 331.85º 0.93% 0.89% -
XYZ 34.57 17.73 17.52 -
YUV 89.38 141.9 225.45 -
System Red Green Blue C M Y K H S L
Decimal 226 15 114 0 0.93 0.50 0.11 331.85 0.88 0.47
Hex E2 F 72 0 5D 32 B 14C 58 2F
Octal 342 17 162 0 135 62 13 514 130 57
Binary 11100010 1111 1110010 0 1011101 110010 1011 101001100 1011000 101111

Color Harmonies of #E20F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F72

Black with #E20F72

Text Example


Text Example

White with #E20F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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