Html Css Color HEX #E00D64 Ruby

📋 copy color: '#E00D64'

red 224 ◦ green 13 ◦ blue 100

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

Shades of Ruby #E00D64

Tints of Ruby #E00D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

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

R = 66.47%
G = 3.86%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00D64 (or 0xE00D64) is known color: Ruby. HEX triplet: E0, 0D and 64. RGB value is (224,13,100). Sum of RGB (Red+Green+Blue) = 224+13+100=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D64 is #1FF29B. Grayscale: #555555. Windows color (decimal): -2093724 or 6557152. OLE color: 6557152.

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

Color convert

RGB 224 13 100 -
CMYK 0 0.94 0.55 0.12
HSL 335.26º 0.89% 0.46% -
HSV(B) 335.26º 0.94% 0.88% -
XYZ 33.18 17.06 13.6 -
YUV 86.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 224 13 100 0 0.94 0.55 0.12 335.26 0.89 0.46
Hex E0 D 64 0 5E 37 C 14F 59 2E
Octal 340 15 144 0 136 67 14 517 131 56
Binary 11100000 1101 1100100 0 1011110 110111 1100 101001111 1011001 101110

Color Harmonies of #E00D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D64

Black with #E00D64

Text Example


Text Example

White with #E00D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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