Html Css Color HEX #E41A5D Ruby

📋 copy color: '#E41A5D'

red 228 ◦ green 26 ◦ blue 93

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

Shades of Ruby #E41A5D

Tints of Ruby #E41A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 65.71%
G = 7.49%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E41A5D (or 0xE41A5D) is known color: Ruby. HEX triplet: E4, 1A and 5D. RGB value is (228,26,93). Sum of RGB (Red+Green+Blue) = 228+26+93=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41A5D is #1BE5A2. Grayscale: #5D5D5D. Windows color (decimal): -1828259 or 6101732. OLE color: 6101732.

HSL color Cylindrical-coordinate representation of color #E41A5D: hue angle of 340.1º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41A5D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 26 93 -
CMYK 0 0.89 0.59 0.11
HSL 340.1º 0.8% 0.5% -
HSV(B) 340.1º 0.89% 0.89% -
XYZ 34.34 18.02 12.02 -
YUV 94.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 228 26 93 0 0.89 0.59 0.11 340.1 0.8 0.5
Hex E4 1A 5D 0 59 3B B 154 50 32
Octal 344 32 135 0 131 73 13 524 120 62
Binary 11100100 11010 1011101 0 1011001 111011 1011 101010100 1010000 110010

Color Harmonies of #E41A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A5D

Black with #E41A5D

Text Example


Text Example

White with #E41A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A5D; }

 p { color: rgb(228,26,93); }

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

background-color css

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

 a { background-color: rgb(228,26,93); }

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

border-color css

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

 span { border-color: rgb(228,26,93); }

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