Html Css Color HEX #E01A64 Ruby

📋 copy color: '#E01A64'

red 224 ◦ green 26 ◦ blue 100

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

Shades of Ruby #E01A64

Tints of Ruby #E01A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

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

R = 64%
G = 7.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E01A64 (or 0xE01A64) is known color: Ruby. HEX triplet: E0, 1A and 64. RGB value is (224,26,100). Sum of RGB (Red+Green+Blue) = 224+26+100=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01A64 is #1FE59B. Grayscale: #5D5D5D. Windows color (decimal): -2090396 or 6560480. OLE color: 6560480.

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

Color convert

RGB 224 26 100 -
CMYK 0 0.88 0.55 0.12
HSL 337.58º 0.79% 0.49% -
HSV(B) 337.58º 0.88% 0.88% -
XYZ 33.41 17.51 13.67 -
YUV 93.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 224 26 100 0 0.88 0.55 0.12 337.58 0.79 0.49
Hex E0 1A 64 0 58 37 C 152 4F 31
Octal 340 32 144 0 130 67 14 522 117 61
Binary 11100000 11010 1100100 0 1011000 110111 1100 101010010 1001111 110001

Color Harmonies of #E01A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A64

Black with #E01A64

Text Example


Text Example

White with #E01A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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