Html Css Color HEX #E01D6D Ruby

📋 copy color: '#E01D6D'

red 224 ◦ green 29 ◦ blue 109

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

Shades of Ruby #E01D6D

Tints of Ruby #E01D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 61.88%
G = 8.01%
B = 30.11%

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

#E01D6D (or 0xE01D6D) is known color: Ruby. HEX triplet: E0, 1D and 6D. RGB value is (224,29,109). Sum of RGB (Red+Green+Blue) = 224+29+109=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D6D is #1FE292. Grayscale: #606060. Windows color (decimal): -2089619 or 7151072. OLE color: 7151072.

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

Color convert

RGB 224 29 109 -
CMYK 0 0.87 0.51 0.12
HSL 335.38º 0.77% 0.5% -
HSV(B) 335.38º 0.87% 0.88% -
XYZ 33.94 17.83 16.12 -
YUV 96.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 224 29 109 0 0.87 0.51 0.12 335.38 0.77 0.5
Hex E0 1D 6D 0 57 33 C 14F 4D 32
Octal 340 35 155 0 127 63 14 517 115 62
Binary 11100000 11101 1101101 0 1010111 110011 1100 101001111 1001101 110010

Color Harmonies of #E01D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D6D

Black with #E01D6D

Text Example


Text Example

White with #E01D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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