Html Css Color HEX #E21074 Ruby

📋 copy color: '#E21074'

red 226 ◦ green 16 ◦ blue 116

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

Shades of Ruby #E21074

Tints of Ruby #E21074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 63.13%
G = 4.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E21074 (or 0xE21074) is known color: Ruby. HEX triplet: E2, 10 and 74. RGB value is (226,16,116). Sum of RGB (Red+Green+Blue) = 226+16+116=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E21074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21074 is #1DEF8B. Grayscale: #5A5A5A. Windows color (decimal): -1961868 or 7606498. OLE color: 7606498.

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

Color convert

RGB 226 16 116 -
CMYK 0 0.93 0.49 0.11
HSL 331.43º 0.87% 0.47% -
HSV(B) 331.43º 0.93% 0.89% -
XYZ 34.7 17.8 18.13 -
YUV 90.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 226 16 116 0 0.93 0.49 0.11 331.43 0.87 0.47
Hex E2 10 74 0 5D 31 B 14B 57 2F
Octal 342 20 164 0 135 61 13 513 127 57
Binary 11100010 10000 1110100 0 1011101 110001 1011 101001011 1010111 101111

Color Harmonies of #E21074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21074

Black with #E21074

Text Example


Text Example

White with #E21074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21074; }

 p { color: rgb(226,16,116); }

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

background-color css

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

 a { background-color: rgb(226,16,116); }

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

border-color css

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

 span { border-color: rgb(226,16,116); }

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