Html Css Color HEX #E41570 Ruby

📋 copy color: '#E41570'

red 228 ◦ green 21 ◦ blue 112

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

Shades of Ruby #E41570

Tints of Ruby #E41570

RGB

 RED value IS 228 (89.45% from 255) = 63.16%

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 63.16%
G = 5.82%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E41570 (or 0xE41570) is known color: Ruby. HEX triplet: E4, 15 and 70. RGB value is (228,21,112). Sum of RGB (Red+Green+Blue) = 228+21+112=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E41570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41570 is #1BEA8F. Grayscale: #5D5D5D. Windows color (decimal): -1829520 or 7345636. OLE color: 7345636.

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

Color convert

RGB 228 21 112 -
CMYK 0 0.91 0.51 0.11
HSL 333.62º 0.83% 0.49% -
HSV(B) 333.62º 0.91% 0.89% -
XYZ 35.19 18.2 16.99 -
YUV 93.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 228 21 112 0 0.91 0.51 0.11 333.62 0.83 0.49
Hex E4 15 70 0 5B 33 B 14E 53 31
Octal 344 25 160 0 133 63 13 516 123 61
Binary 11100100 10101 1110000 0 1011011 110011 1011 101001110 1010011 110001

Color Harmonies of #E41570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41570

Black with #E41570

Text Example


Text Example

White with #E41570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41570; }

 p { color: rgb(228,21,112); }

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

background-color css

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

 a { background-color: rgb(228,21,112); }

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

border-color css

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

 span { border-color: rgb(228,21,112); }

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