Html Css Color HEX #E00570 Ruby

📋 copy color: '#E00570'

red 224 ◦ green 5 ◦ blue 112

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

Shades of Ruby #E00570

Tints of Ruby #E00570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 65.69%
G = 1.47%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00570 (or 0xE00570) is known color: Ruby. HEX triplet: E0, 05 and 70. RGB value is (224,5,112). Sum of RGB (Red+Green+Blue) = 224+5+112=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E00570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00570 is #1FFA8F. Grayscale: #525252. Windows color (decimal): -2095760 or 7341536. OLE color: 7341536.

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

Color convert

RGB 224 5 112 -
CMYK 0 0.98 0.50 0.12
HSL 330.68º 0.96% 0.45% -
HSV(B) 330.68º 0.98% 0.88% -
XYZ 33.72 17.13 16.86 -
YUV 82.68 144.55 228.8 -
System Red Green Blue C M Y K H S L
Decimal 224 5 112 0 0.98 0.50 0.12 330.68 0.96 0.45
Hex E0 5 70 0 62 32 C 14B 60 2D
Octal 340 5 160 0 142 62 14 513 140 55
Binary 11100000 101 1110000 0 1100010 110010 1100 101001011 1100000 101101

Color Harmonies of #E00570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00570

Black with #E00570

Text Example


Text Example

White with #E00570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00570; }

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

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

background-color css

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

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

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

border-color css

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

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

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