Html Css Color HEX #E40574 Ruby

📋 copy color: '#E40574'

red 228 ◦ green 5 ◦ blue 116

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

Shades of Ruby #E40574

Tints of Ruby #E40574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 65.33%
G = 1.43%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E40574 (or 0xE40574) is known color: Ruby. HEX triplet: E4, 05 and 74. RGB value is (228,5,116). Sum of RGB (Red+Green+Blue) = 228+5+116=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E40574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40574 is #1BFA8B. Grayscale: #545454. Windows color (decimal): -1833612 or 7603684. OLE color: 7603684.

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

Color convert

RGB 228 5 116 -
CMYK 0 0.98 0.49 0.11
HSL 330.13º 0.96% 0.46% -
HSV(B) 330.13º 0.98% 0.89% -
XYZ 35.2 17.86 18.12 -
YUV 84.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 228 5 116 0 0.98 0.49 0.11 330.13 0.96 0.46
Hex E4 5 74 0 62 31 B 14A 60 2E
Octal 344 5 164 0 142 61 13 512 140 56
Binary 11100100 101 1110100 0 1100010 110001 1011 101001010 1100000 101110

Color Harmonies of #E40574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40574

Black with #E40574

Text Example


Text Example

White with #E40574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40574; }

 p { color: rgb(228,5,116); }

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

background-color css

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

 a { background-color: rgb(228,5,116); }

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

border-color css

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

 span { border-color: rgb(228,5,116); }

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