Html Css Color HEX #E00575 Ruby

📋 copy color: '#E00575'

red 224 ◦ green 5 ◦ blue 117

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

Shades of Ruby #E00575

Tints of Ruby #E00575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 64.74%
G = 1.45%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00575 (or 0xE00575) is known color: Ruby. HEX triplet: E0, 05 and 75. RGB value is (224,5,117). Sum of RGB (Red+Green+Blue) = 224+5+117=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00575 is #1FFA8A. Grayscale: #535353. Windows color (decimal): -2095755 or 7669216. OLE color: 7669216.

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

Color convert

RGB 224 5 117 -
CMYK 0 0.98 0.48 0.12
HSL 329.32º 0.96% 0.45% -
HSV(B) 329.32º 0.98% 0.88% -
XYZ 34.01 17.24 18.37 -
YUV 83.25 147.05 228.39 -
System Red Green Blue C M Y K H S L
Decimal 224 5 117 0 0.98 0.48 0.12 329.32 0.96 0.45
Hex E0 5 75 0 62 30 C 149 60 2D
Octal 340 5 165 0 142 60 14 511 140 55
Binary 11100000 101 1110101 0 1100010 110000 1100 101001001 1100000 101101

Color Harmonies of #E00575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00575

Black with #E00575

Text Example


Text Example

White with #E00575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00575; }

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

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

background-color css

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

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

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

border-color css

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

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

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