Html Css Color HEX #E41064 Ruby

📋 copy color: '#E41064'

red 228 ◦ green 16 ◦ blue 100

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

Shades of Ruby #E41064

Tints of Ruby #E41064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 66.28%
G = 4.65%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E41064 (or 0xE41064) is known color: Ruby. HEX triplet: E4, 10 and 64. RGB value is (228,16,100). Sum of RGB (Red+Green+Blue) = 228+16+100=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E41064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41064 is #1BEF9B. Grayscale: #585858. Windows color (decimal): -1830812 or 6557924. OLE color: 6557924.

HSL color Cylindrical-coordinate representation of color #E41064: hue angle of 336.23º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41064 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 16 100 -
CMYK 0 0.93 0.56 0.11
HSL 336.23º 0.87% 0.48% -
HSV(B) 336.23º 0.93% 0.89% -
XYZ 34.48 17.78 13.67 -
YUV 88.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 228 16 100 0 0.93 0.56 0.11 336.23 0.87 0.48
Hex E4 10 64 0 5D 38 B 150 57 30
Octal 344 20 144 0 135 70 13 520 127 60
Binary 11100100 10000 1100100 0 1011101 111000 1011 101010000 1010111 110000

Color Harmonies of #E41064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41064

Black with #E41064

Text Example


Text Example

White with #E41064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41064; }

 p { color: rgb(228,16,100); }

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

background-color css

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

 a { background-color: rgb(228,16,100); }

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

border-color css

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

 span { border-color: rgb(228,16,100); }

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