Html Css Color HEX #E01D6C Ruby

📋 copy color: '#E01D6C'

red 224 ◦ green 29 ◦ blue 108

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

Shades of Ruby #E01D6C

Tints of Ruby #E01D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 62.05%
G = 8.03%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E01D6C (or 0xE01D6C) is known color: Ruby. HEX triplet: E0, 1D and 6C. RGB value is (224,29,108). Sum of RGB (Red+Green+Blue) = 224+29+108=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D6C is #1FE293. Grayscale: #606060. Windows color (decimal): -2089620 or 7085536. OLE color: 7085536.

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

Color convert

RGB 224 29 108 -
CMYK 0 0.87 0.52 0.12
HSL 335.69º 0.77% 0.5% -
HSV(B) 335.69º 0.87% 0.88% -
XYZ 33.89 17.81 15.84 -
YUV 96.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 224 29 108 0 0.87 0.52 0.12 335.69 0.77 0.5
Hex E0 1D 6C 0 57 34 C 150 4D 32
Octal 340 35 154 0 127 64 14 520 115 62
Binary 11100000 11101 1101100 0 1010111 110100 1100 101010000 1001101 110010

Color Harmonies of #E01D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D6C

Black with #E01D6C

Text Example


Text Example

White with #E01D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D6C; }

 p { color: rgb(224,29,108); }

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

background-color css

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

 a { background-color: rgb(224,29,108); }

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

border-color css

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

 span { border-color: rgb(224,29,108); }

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