Html Css Color HEX #E41572 Ruby

📋 copy color: '#E41572'

red 228 ◦ green 21 ◦ blue 114

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

Shades of Ruby #E41572

Tints of Ruby #E41572

RGB

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

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

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

R = 62.81%
G = 5.79%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E41572 (or 0xE41572) is known color: Ruby. HEX triplet: E4, 15 and 72. RGB value is (228,21,114). Sum of RGB (Red+Green+Blue) = 228+21+114=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E41572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41572 is #1BEA8D. Grayscale: #5D5D5D. Windows color (decimal): -1829518 or 7476708. OLE color: 7476708.

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

Color convert

RGB 228 21 114 -
CMYK 0 0.91 0.50 0.11
HSL 333.04º 0.83% 0.49% -
HSV(B) 333.04º 0.91% 0.89% -
XYZ 35.3 18.25 17.58 -
YUV 93.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 228 21 114 0 0.91 0.50 0.11 333.04 0.83 0.49
Hex E4 15 72 0 5B 32 B 14D 53 31
Octal 344 25 162 0 133 62 13 515 123 61
Binary 11100100 10101 1110010 0 1011011 110010 1011 101001101 1010011 110001

Color Harmonies of #E41572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41572

Black with #E41572

Text Example


Text Example

White with #E41572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41572; }

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

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

background-color css

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

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

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

border-color css

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

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

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