Html Css Color HEX #E01663 Ruby

📋 copy color: '#E01663'

red 224 ◦ green 22 ◦ blue 99

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

Shades of Ruby #E01663

Tints of Ruby #E01663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 64.93%
G = 6.38%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01663 (or 0xE01663) is known color: Ruby. HEX triplet: E0, 16 and 63. RGB value is (224,22,99). Sum of RGB (Red+Green+Blue) = 224+22+99=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01663 is #1FE99C. Grayscale: #5B5B5B. Windows color (decimal): -2091421 or 6493920. OLE color: 6493920.

HSL color Cylindrical-coordinate representation of color #E01663: hue angle of 337.13º degrees, saturation: 0.82, 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 #E01663 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 99 -
CMYK 0 0.90 0.56 0.12
HSL 337.13º 0.82% 0.48% -
HSV(B) 337.13º 0.9% 0.88% -
XYZ 33.28 17.32 13.39 -
YUV 91.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 224 22 99 0 0.90 0.56 0.12 337.13 0.82 0.48
Hex E0 16 63 0 5A 38 C 151 52 30
Octal 340 26 143 0 132 70 14 521 122 60
Binary 11100000 10110 1100011 0 1011010 111000 1100 101010001 1010010 110000

Color Harmonies of #E01663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01663

Black with #E01663

Text Example


Text Example

White with #E01663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01663; }

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

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

background-color css

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

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

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

border-color css

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

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

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