Html Css Color HEX #E41C5E Ruby

📋 copy color: '#E41C5E'

red 228 ◦ green 28 ◦ blue 94

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

Shades of Ruby #E41C5E

Tints of Ruby #E41C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 65.14%
G = 8%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E41C5E (or 0xE41C5E) is known color: Ruby. HEX triplet: E4, 1C and 5E. RGB value is (228,28,94). Sum of RGB (Red+Green+Blue) = 228+28+94=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41C5E is #1BE3A1. Grayscale: #5F5F5F. Windows color (decimal): -1827746 or 6167780. OLE color: 6167780.

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

Color convert

RGB 228 28 94 -
CMYK 0 0.88 0.59 0.11
HSL 340.2º 0.79% 0.5% -
HSV(B) 340.2º 0.88% 0.89% -
XYZ 34.43 18.13 12.27 -
YUV 95.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 228 28 94 0 0.88 0.59 0.11 340.2 0.79 0.5
Hex E4 1C 5E 0 58 3B B 154 4F 32
Octal 344 34 136 0 130 73 13 524 117 62
Binary 11100100 11100 1011110 0 1011000 111011 1011 101010100 1001111 110010

Color Harmonies of #E41C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41C5E

Black with #E41C5E

Text Example


Text Example

White with #E41C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41C5E; }

 p { color: rgb(228,28,94); }

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

background-color css

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

 a { background-color: rgb(228,28,94); }

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

border-color css

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

 span { border-color: rgb(228,28,94); }

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