Html Css Color HEX #E41963 Ruby

📋 copy color: '#E41963'

red 228 ◦ green 25 ◦ blue 99

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

Shades of Ruby #E41963

Tints of Ruby #E41963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 64.77%
G = 7.1%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E41963 (or 0xE41963) is known color: Ruby. HEX triplet: E4, 19 and 63. RGB value is (228,25,99). Sum of RGB (Red+Green+Blue) = 228+25+99=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E41963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41963 is #1BE69C. Grayscale: #5E5E5E. Windows color (decimal): -1828509 or 6494692. OLE color: 6494692.

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

Color convert

RGB 228 25 99 -
CMYK 0 0.89 0.57 0.11
HSL 338.13º 0.8% 0.5% -
HSV(B) 338.13º 0.89% 0.89% -
XYZ 34.59 18.09 13.47 -
YUV 94.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 228 25 99 0 0.89 0.57 0.11 338.13 0.8 0.5
Hex E4 19 63 0 59 39 B 152 50 32
Octal 344 31 143 0 131 71 13 522 120 62
Binary 11100100 11001 1100011 0 1011001 111001 1011 101010010 1010000 110010

Color Harmonies of #E41963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41963

Black with #E41963

Text Example


Text Example

White with #E41963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41963; }

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

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

background-color css

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

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

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

border-color css

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

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

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