Html Css Color HEX #E01864 Ruby

📋 copy color: '#E01864'

red 224 ◦ green 24 ◦ blue 100

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

Shades of Ruby #E01864

Tints of Ruby #E01864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 64.37%
G = 6.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E01864 (or 0xE01864) is known color: Ruby. HEX triplet: E0, 18 and 64. RGB value is (224,24,100). Sum of RGB (Red+Green+Blue) = 224+24+100=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E01864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01864 is #1FE79B. Grayscale: #5C5C5C. Windows color (decimal): -2090908 or 6559968. OLE color: 6559968.

HSL color Cylindrical-coordinate representation of color #E01864: hue angle of 337.2º degrees, saturation: 0.81, 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 #E01864 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 100 -
CMYK 0 0.89 0.55 0.12
HSL 337.2º 0.81% 0.49% -
HSV(B) 337.2º 0.89% 0.88% -
XYZ 33.37 17.42 13.66 -
YUV 92.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 224 24 100 0 0.89 0.55 0.12 337.2 0.81 0.49
Hex E0 18 64 0 59 37 C 151 51 31
Octal 340 30 144 0 131 67 14 521 121 61
Binary 11100000 11000 1100100 0 1011001 110111 1100 101010001 1010001 110001

Color Harmonies of #E01864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01864

Black with #E01864

Text Example


Text Example

White with #E01864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01864; }

 p { color: rgb(224,24,100); }

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

background-color css

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

 a { background-color: rgb(224,24,100); }

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

border-color css

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

 span { border-color: rgb(224,24,100); }

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