Html Css Color HEX #E01363 Ruby

📋 copy color: '#E01363'

red 224 ◦ green 19 ◦ blue 99

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

Shades of Ruby #E01363

Tints of Ruby #E01363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 65.5%
G = 5.56%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01363 (or 0xE01363) is known color: Ruby. HEX triplet: E0, 13 and 63. RGB value is (224,19,99). Sum of RGB (Red+Green+Blue) = 224+19+99=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E01363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01363 is #1FEC9C. Grayscale: #595959. Windows color (decimal): -2092189 or 6493152. OLE color: 6493152.

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

Color convert

RGB 224 19 99 -
CMYK 0 0.92 0.56 0.12
HSL 336.59º 0.84% 0.48% -
HSV(B) 336.59º 0.92% 0.88% -
XYZ 33.23 17.21 13.38 -
YUV 89.42 133.42 224 -
System Red Green Blue C M Y K H S L
Decimal 224 19 99 0 0.92 0.56 0.12 336.59 0.84 0.48
Hex E0 13 63 0 5C 38 C 151 54 30
Octal 340 23 143 0 134 70 14 521 124 60
Binary 11100000 10011 1100011 0 1011100 111000 1100 101010001 1010100 110000

Color Harmonies of #E01363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01363

Black with #E01363

Text Example


Text Example

White with #E01363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01363; }

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

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

background-color css

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

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

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

border-color css

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

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

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