Html Css Color HEX #E21474 Ruby

📋 copy color: '#E21474'

red 226 ◦ green 20 ◦ blue 116

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

Shades of Ruby #E21474

Tints of Ruby #E21474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 62.43%
G = 5.52%
B = 32.04%

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

#E21474 (or 0xE21474) is known color: Ruby. HEX triplet: E2, 14 and 74. RGB value is (226,20,116). Sum of RGB (Red+Green+Blue) = 226+20+116=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21474 is #1DEB8B. Grayscale: #5C5C5C. Windows color (decimal): -1960844 or 7607522. OLE color: 7607522.

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

Color convert

RGB 226 20 116 -
CMYK 0 0.91 0.49 0.11
HSL 332.04º 0.84% 0.48% -
HSV(B) 332.04º 0.91% 0.89% -
XYZ 34.77 17.93 18.15 -
YUV 92.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 226 20 116 0 0.91 0.49 0.11 332.04 0.84 0.48
Hex E2 14 74 0 5B 31 B 14C 54 30
Octal 342 24 164 0 133 61 13 514 124 60
Binary 11100010 10100 1110100 0 1011011 110001 1011 101001100 1010100 110000

Color Harmonies of #E21474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21474

Black with #E21474

Text Example


Text Example

White with #E21474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21474; }

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

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

background-color css

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

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

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

border-color css

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

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

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