Html Css Color HEX #E21574 Ruby

📋 copy color: '#E21574'

red 226 ◦ green 21 ◦ blue 116

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

Shades of Ruby #E21574

Tints of Ruby #E21574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 62.26%
G = 5.79%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E21574 (or 0xE21574) is known color: Ruby. HEX triplet: E2, 15 and 74. RGB value is (226,21,116). Sum of RGB (Red+Green+Blue) = 226+21+116=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21574 is #1DEA8B. Grayscale: #5C5C5C. Windows color (decimal): -1960588 or 7607778. OLE color: 7607778.

HSL color Cylindrical-coordinate representation of color #E21574: hue angle of 332.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21574 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 116 -
CMYK 0 0.91 0.49 0.11
HSL 332.2º 0.83% 0.48% -
HSV(B) 332.2º 0.91% 0.89% -
XYZ 34.78 17.97 18.16 -
YUV 93.13 140.92 222.78 -
System Red Green Blue C M Y K H S L
Decimal 226 21 116 0 0.91 0.49 0.11 332.2 0.83 0.48
Hex E2 15 74 0 5B 31 B 14C 53 30
Octal 342 25 164 0 133 61 13 514 123 60
Binary 11100010 10101 1110100 0 1011011 110001 1011 101001100 1010011 110000

Color Harmonies of #E21574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21574

Black with #E21574

Text Example


Text Example

White with #E21574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21574; }

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

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

background-color css

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

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

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

border-color css

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

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

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