Html Css Color HEX #E00D69 Ruby

📋 copy color: '#E00D69'

red 224 ◦ green 13 ◦ blue 105

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

Shades of Ruby #E00D69

Tints of Ruby #E00D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 65.5%
G = 3.8%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E00D69 (or 0xE00D69) is known color: Ruby. HEX triplet: E0, 0D and 69. RGB value is (224,13,105). Sum of RGB (Red+Green+Blue) = 224+13+105=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D69 is #1FF296. Grayscale: #565656. Windows color (decimal): -2093719 or 6884832. OLE color: 6884832.

HSL color Cylindrical-coordinate representation of color #E00D69: hue angle of 333.84º 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 #E00D69 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 105 -
CMYK 0 0.94 0.53 0.12
HSL 333.84º 0.89% 0.46% -
HSV(B) 333.84º 0.94% 0.88% -
XYZ 33.43 17.16 14.91 -
YUV 86.58 138.4 226.02 -
System Red Green Blue C M Y K H S L
Decimal 224 13 105 0 0.94 0.53 0.12 333.84 0.89 0.46
Hex E0 D 69 0 5E 35 C 14E 59 2E
Octal 340 15 151 0 136 65 14 516 131 56
Binary 11100000 1101 1101001 0 1011110 110101 1100 101001110 1011001 101110

Color Harmonies of #E00D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D69

Black with #E00D69

Text Example


Text Example

White with #E00D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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