Html Css Color HEX #E0057A Ruby

📋 copy color: '#E0057A'

red 224 ◦ green 5 ◦ blue 122

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

Shades of Ruby #E0057A

Tints of Ruby #E0057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 63.82%
G = 1.42%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0057A (or 0xE0057A) is known color: Ruby. HEX triplet: E0, 05 and 7A. RGB value is (224,5,122). Sum of RGB (Red+Green+Blue) = 224+5+122=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0057A is #1FFA85. Grayscale: #535353. Windows color (decimal): -2095750 or 7996896. OLE color: 7996896.

HSL color Cylindrical-coordinate representation of color #E0057A: hue angle of 327.95º 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 #E0057A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 122 -
CMYK 0 0.98 0.46 0.12
HSL 327.95º 0.96% 0.45% -
HSV(B) 327.95º 0.98% 0.88% -
XYZ 34.31 17.36 19.96 -
YUV 83.82 149.55 227.99 -
System Red Green Blue C M Y K H S L
Decimal 224 5 122 0 0.98 0.46 0.12 327.95 0.96 0.45
Hex E0 5 7A 0 62 2E C 148 60 2D
Octal 340 5 172 0 142 56 14 510 140 55
Binary 11100000 101 1111010 0 1100010 101110 1100 101001000 1100000 101101

Color Harmonies of #E0057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0057A

Black with #E0057A

Text Example


Text Example

White with #E0057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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