Html Css Color HEX #E01D6E Ruby

📋 copy color: '#E01D6E'

red 224 ◦ green 29 ◦ blue 110

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

Shades of Ruby #E01D6E

Tints of Ruby #E01D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 61.71%
G = 7.99%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E01D6E (or 0xE01D6E) is known color: Ruby. HEX triplet: E0, 1D and 6E. RGB value is (224,29,110). Sum of RGB (Red+Green+Blue) = 224+29+110=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D6E is #1FE291. Grayscale: #606060. Windows color (decimal): -2089618 or 7216608. OLE color: 7216608.

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

Color convert

RGB 224 29 110 -
CMYK 0 0.87 0.51 0.12
HSL 335.08º 0.77% 0.5% -
HSV(B) 335.08º 0.87% 0.88% -
XYZ 33.99 17.85 16.41 -
YUV 96.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 224 29 110 0 0.87 0.51 0.12 335.08 0.77 0.5
Hex E0 1D 6E 0 57 33 C 14F 4D 32
Octal 340 35 156 0 127 63 14 517 115 62
Binary 11100000 11101 1101110 0 1010111 110011 1100 101001111 1001101 110010

Color Harmonies of #E01D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D6E

Black with #E01D6E

Text Example


Text Example

White with #E01D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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