Html Css Color HEX #E01757 Ruby

📋 copy color: '#E01757'

red 224 ◦ green 23 ◦ blue 87

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

Shades of Ruby #E01757

Tints of Ruby #E01757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.89%

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 67.07%
G = 6.89%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01757 (or 0xE01757) is known color: Ruby. HEX triplet: E0, 17 and 57. RGB value is (224,23,87). Sum of RGB (Red+Green+Blue) = 224+23+87=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01757 is #1FE8A8. Grayscale: #5A5A5A. Windows color (decimal): -2091177 or 5707744. OLE color: 5707744.

HSL color Cylindrical-coordinate representation of color #E01757: hue angle of 340.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01757 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 87 -
CMYK 0 0.90 0.61 0.12
HSL 340.9º 0.81% 0.48% -
HSV(B) 340.9º 0.9% 0.88% -
XYZ 32.77 17.15 10.6 -
YUV 90.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 224 23 87 0 0.90 0.61 0.12 340.9 0.81 0.48
Hex E0 17 57 0 5A 3D C 155 51 30
Octal 340 27 127 0 132 75 14 525 121 60
Binary 11100000 10111 1010111 0 1011010 111101 1100 101010101 1010001 110000

Color Harmonies of #E01757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01757

Black with #E01757

Text Example


Text Example

White with #E01757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01757; }

 p { color: rgb(224,23,87); }

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

background-color css

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

 a { background-color: rgb(224,23,87); }

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

border-color css

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

 span { border-color: rgb(224,23,87); }

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