Html Css Color HEX #E00577 Ruby

📋 copy color: '#E00577'

red 224 ◦ green 5 ◦ blue 119

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

Shades of Ruby #E00577

Tints of Ruby #E00577

RGB

 RED value IS 224 (87.89% from 255) = 64.37%

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

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

R = 64.37%
G = 1.44%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00577 (or 0xE00577) is known color: Ruby. HEX triplet: E0, 05 and 77. RGB value is (224,5,119). Sum of RGB (Red+Green+Blue) = 224+5+119=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00577 is #1FFA88. Grayscale: #535353. Windows color (decimal): -2095753 or 7800288. OLE color: 7800288.

HSL color Cylindrical-coordinate representation of color #E00577: hue angle of 328.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00577 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 119 -
CMYK 0 0.98 0.47 0.12
HSL 328.77º 0.96% 0.45% -
HSV(B) 328.77º 0.98% 0.88% -
XYZ 34.12 17.29 18.99 -
YUV 83.48 148.05 228.23 -
System Red Green Blue C M Y K H S L
Decimal 224 5 119 0 0.98 0.47 0.12 328.77 0.96 0.45
Hex E0 5 77 0 62 2F C 149 60 2D
Octal 340 5 167 0 142 57 14 511 140 55
Binary 11100000 101 1110111 0 1100010 101111 1100 101001001 1100000 101101

Color Harmonies of #E00577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00577

Black with #E00577

Text Example


Text Example

White with #E00577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00577; }

 p { color: rgb(224,5,119); }

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

background-color css

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

 a { background-color: rgb(224,5,119); }

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

border-color css

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

 span { border-color: rgb(224,5,119); }

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