Html Css Color HEX #E41958 Ruby

📋 copy color: '#E41958'

red 228 ◦ green 25 ◦ blue 88

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

Shades of Ruby #E41958

Tints of Ruby #E41958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 88 (34.77% from 255) = 25.81%

R = 66.86%
G = 7.33%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E41958 (or 0xE41958) is known color: Ruby. HEX triplet: E4, 19 and 58. RGB value is (228,25,88). Sum of RGB (Red+Green+Blue) = 228+25+88=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E41958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41958 is #1BE6A7. Grayscale: #5C5C5C. Windows color (decimal): -1828520 or 5773796. OLE color: 5773796.

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

Color convert

RGB 228 25 88 -
CMYK 0 0.89 0.61 0.11
HSL 341.38º 0.8% 0.5% -
HSV(B) 341.38º 0.89% 0.89% -
XYZ 34.1 17.89 10.89 -
YUV 92.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 228 25 88 0 0.89 0.61 0.11 341.38 0.8 0.5
Hex E4 19 58 0 59 3D B 155 50 32
Octal 344 31 130 0 131 75 13 525 120 62
Binary 11100100 11001 1011000 0 1011001 111101 1011 101010101 1010000 110010

Color Harmonies of #E41958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41958

Black with #E41958

Text Example


Text Example

White with #E41958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41958; }

 p { color: rgb(228,25,88); }

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

background-color css

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

 a { background-color: rgb(228,25,88); }

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

border-color css

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

 span { border-color: rgb(228,25,88); }

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