Html Css Color HEX #E41869 Ruby

📋 copy color: '#E41869'

red 228 ◦ green 24 ◦ blue 105

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

Shades of Ruby #E41869

Tints of Ruby #E41869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 63.87%
G = 6.72%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E41869 (or 0xE41869) is known color: Ruby. HEX triplet: E4, 18 and 69. RGB value is (228,24,105). Sum of RGB (Red+Green+Blue) = 228+24+105=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E41869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41869 is #1BE796. Grayscale: #5E5E5E. Windows color (decimal): -1828759 or 6887652. OLE color: 6887652.

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

Color convert

RGB 228 24 105 -
CMYK 0 0.89 0.54 0.11
HSL 336.18º 0.81% 0.49% -
HSV(B) 336.18º 0.89% 0.89% -
XYZ 34.87 18.17 15.03 -
YUV 94.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 228 24 105 0 0.89 0.54 0.11 336.18 0.81 0.49
Hex E4 18 69 0 59 36 B 150 51 31
Octal 344 30 151 0 131 66 13 520 121 61
Binary 11100100 11000 1101001 0 1011001 110110 1011 101010000 1010001 110001

Color Harmonies of #E41869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41869

Black with #E41869

Text Example


Text Example

White with #E41869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41869; }

 p { color: rgb(228,24,105); }

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

background-color css

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

 a { background-color: rgb(228,24,105); }

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

border-color css

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

 span { border-color: rgb(228,24,105); }

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