Html Css Color HEX #E01957 Ruby

📋 copy color: '#E01957'

red 224 ◦ green 25 ◦ blue 87

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

Shades of Ruby #E01957

Tints of Ruby #E01957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 66.67%
G = 7.44%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01957 (or 0xE01957) is known color: Ruby. HEX triplet: E0, 19 and 57. RGB value is (224,25,87). Sum of RGB (Red+Green+Blue) = 224+25+87=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E01957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01957 is #1FE6A8. Grayscale: #5B5B5B. Windows color (decimal): -2090665 or 5708256. OLE color: 5708256.

HSL color Cylindrical-coordinate representation of color #E01957: hue angle of 341.31º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01957 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 87 -
CMYK 0 0.89 0.61 0.12
HSL 341.31º 0.8% 0.49% -
HSV(B) 341.31º 0.89% 0.88% -
XYZ 32.81 17.23 10.61 -
YUV 91.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 224 25 87 0 0.89 0.61 0.12 341.31 0.8 0.49
Hex E0 19 57 0 59 3D C 155 50 31
Octal 340 31 127 0 131 75 14 525 120 61
Binary 11100000 11001 1010111 0 1011001 111101 1100 101010101 1010000 110001

Color Harmonies of #E01957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01957

Black with #E01957

Text Example


Text Example

White with #E01957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01957; }

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

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

background-color css

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

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

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

border-color css

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

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

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