Html Css Color HEX #E41A6A Ruby

📋 copy color: '#E41A6A'

red 228 ◦ green 26 ◦ blue 106

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

Shades of Ruby #E41A6A

Tints of Ruby #E41A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 63.33%
G = 7.22%
B = 29.44%

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

#E41A6A (or 0xE41A6A) is known color: Ruby. HEX triplet: E4, 1A and 6A. RGB value is (228,26,106). Sum of RGB (Red+Green+Blue) = 228+26+106=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41A6A is #1BE595. Grayscale: #5F5F5F. Windows color (decimal): -1828246 or 6953700. OLE color: 6953700.

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

Color convert

RGB 228 26 106 -
CMYK 0 0.89 0.54 0.11
HSL 336.24º 0.8% 0.5% -
HSV(B) 336.24º 0.89% 0.89% -
XYZ 34.97 18.27 15.32 -
YUV 95.52 133.92 222.5 -
System Red Green Blue C M Y K H S L
Decimal 228 26 106 0 0.89 0.54 0.11 336.24 0.8 0.5
Hex E4 1A 6A 0 59 36 B 150 50 32
Octal 344 32 152 0 131 66 13 520 120 62
Binary 11100100 11010 1101010 0 1011001 110110 1011 101010000 1010000 110010

Color Harmonies of #E41A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A6A

Black with #E41A6A

Text Example


Text Example

White with #E41A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A6A; }

 p { color: rgb(228,26,106); }

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

background-color css

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

 a { background-color: rgb(228,26,106); }

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

border-color css

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

 span { border-color: rgb(228,26,106); }

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