Html Css Color HEX #E41F5E Ruby

📋 copy color: '#E41F5E'

red 228 ◦ green 31 ◦ blue 94

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

Shades of Ruby #E41F5E

Tints of Ruby #E41F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 64.59%
G = 8.78%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E41F5E (or 0xE41F5E) is known color: Ruby. HEX triplet: E4, 1F and 5E. RGB value is (228,31,94). Sum of RGB (Red+Green+Blue) = 228+31+94=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41F5E is #1BE0A1. Grayscale: #616161. Windows color (decimal): -1826978 or 6168548. OLE color: 6168548.

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

Color convert

RGB 228 31 94 -
CMYK 0 0.86 0.59 0.11
HSL 340.81º 0.78% 0.51% -
HSV(B) 340.81º 0.86% 0.89% -
XYZ 34.51 18.28 12.3 -
YUV 97.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 228 31 94 0 0.86 0.59 0.11 340.81 0.78 0.51
Hex E4 1F 5E 0 56 3B B 155 4E 33
Octal 344 37 136 0 126 73 13 525 116 63
Binary 11100100 11111 1011110 0 1010110 111011 1011 101010101 1001110 110011

Color Harmonies of #E41F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F5E

Black with #E41F5E

Text Example


Text Example

White with #E41F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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