Html Css Color HEX #E0056E Ruby

📋 copy color: '#E0056E'

red 224 ◦ green 5 ◦ blue 110

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

Shades of Ruby #E0056E

Tints of Ruby #E0056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 66.08%
G = 1.47%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0056E (or 0xE0056E) is known color: Ruby. HEX triplet: E0, 05 and 6E. RGB value is (224,5,110). Sum of RGB (Red+Green+Blue) = 224+5+110=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0056E is #1FFA91. Grayscale: #525252. Windows color (decimal): -2095762 or 7210464. OLE color: 7210464.

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

Color convert

RGB 224 5 110 -
CMYK 0 0.98 0.51 0.12
HSL 331.23º 0.96% 0.45% -
HSV(B) 331.23º 0.98% 0.88% -
XYZ 33.61 17.08 16.28 -
YUV 82.45 143.55 228.96 -
System Red Green Blue C M Y K H S L
Decimal 224 5 110 0 0.98 0.51 0.12 331.23 0.96 0.45
Hex E0 5 6E 0 62 33 C 14B 60 2D
Octal 340 5 156 0 142 63 14 513 140 55
Binary 11100000 101 1101110 0 1100010 110011 1100 101001011 1100000 101101

Color Harmonies of #E0056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0056E

Black with #E0056E

Text Example


Text Example

White with #E0056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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