Html Css Color HEX #E40877 Ruby

📋 copy color: '#E40877'

red 228 ◦ green 8 ◦ blue 119

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

Shades of Ruby #E40877

Tints of Ruby #E40877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 64.23%
G = 2.25%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E40877 (or 0xE40877) is known color: Ruby. HEX triplet: E4, 08 and 77. RGB value is (228,8,119). Sum of RGB (Red+Green+Blue) = 228+8+119=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E40877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40877 is #1BF788. Grayscale: #565656. Windows color (decimal): -1832841 or 7801060. OLE color: 7801060.

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

Color convert

RGB 228 8 119 -
CMYK 0 0.96 0.48 0.11
HSL 329.73º 0.93% 0.46% -
HSV(B) 329.73º 0.96% 0.89% -
XYZ 35.41 18 19.06 -
YUV 86.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 228 8 119 0 0.96 0.48 0.11 329.73 0.93 0.46
Hex E4 8 77 0 60 30 B 14A 5D 2E
Octal 344 10 167 0 140 60 13 512 135 56
Binary 11100100 1000 1110111 0 1100000 110000 1011 101001010 1011101 101110

Color Harmonies of #E40877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40877

Black with #E40877

Text Example


Text Example

White with #E40877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40877; }

 p { color: rgb(228,8,119); }

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

background-color css

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

 a { background-color: rgb(228,8,119); }

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

border-color css

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

 span { border-color: rgb(228,8,119); }

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