Html Css Color HEX #E01063 Ruby

📋 copy color: '#E01063'

red 224 ◦ green 16 ◦ blue 99

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

Shades of Ruby #E01063

Tints of Ruby #E01063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 66.08%
G = 4.72%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01063 (or 0xE01063) is known color: Ruby. HEX triplet: E0, 10 and 63. RGB value is (224,16,99). Sum of RGB (Red+Green+Blue) = 224+16+99=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E01063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01063 is #1FEF9C. Grayscale: #575757. Windows color (decimal): -2092957 or 6492384. OLE color: 6492384.

HSL color Cylindrical-coordinate representation of color #E01063: hue angle of 336.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01063 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 99 -
CMYK 0 0.93 0.56 0.12
HSL 336.06º 0.87% 0.47% -
HSV(B) 336.06º 0.93% 0.88% -
XYZ 33.18 17.12 13.36 -
YUV 87.65 134.41 225.25 -
System Red Green Blue C M Y K H S L
Decimal 224 16 99 0 0.93 0.56 0.12 336.06 0.87 0.47
Hex E0 10 63 0 5D 38 C 150 57 2F
Octal 340 20 143 0 135 70 14 520 127 57
Binary 11100000 10000 1100011 0 1011101 111000 1100 101010000 1010111 101111

Color Harmonies of #E01063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01063

Black with #E01063

Text Example


Text Example

White with #E01063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01063; }

 p { color: rgb(224,16,99); }

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

background-color css

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

 a { background-color: rgb(224,16,99); }

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

border-color css

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

 span { border-color: rgb(224,16,99); }

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