Html Css Color HEX #E01C6D Ruby

📋 copy color: '#E01C6D'

red 224 ◦ green 28 ◦ blue 109

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

Shades of Ruby #E01C6D

Tints of Ruby #E01C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

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

R = 62.05%
G = 7.76%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E01C6D (or 0xE01C6D) is known color: Ruby. HEX triplet: E0, 1C and 6D. RGB value is (224,28,109). Sum of RGB (Red+Green+Blue) = 224+28+109=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C6D is #1FE392. Grayscale: #5F5F5F. Windows color (decimal): -2089875 or 7150816. OLE color: 7150816.

HSL color Cylindrical-coordinate representation of color #E01C6D: hue angle of 335.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C6D is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 109 -
CMYK 0 0.88 0.51 0.12
HSL 335.2º 0.78% 0.49% -
HSV(B) 335.2º 0.88% 0.88% -
XYZ 33.92 17.78 16.11 -
YUV 95.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 224 28 109 0 0.88 0.51 0.12 335.2 0.78 0.49
Hex E0 1C 6D 0 58 33 C 14F 4E 31
Octal 340 34 155 0 130 63 14 517 116 61
Binary 11100000 11100 1101101 0 1011000 110011 1100 101001111 1001110 110001

Color Harmonies of #E01C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C6D

Black with #E01C6D

Text Example


Text Example

White with #E01C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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