Html Css Color HEX #E01B6D Ruby

📋 copy color: '#E01B6D'

red 224 ◦ green 27 ◦ blue 109

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

Shades of Ruby #E01B6D

Tints of Ruby #E01B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.5%

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

R = 62.22%
G = 7.5%
B = 30.28%

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

#E01B6D (or 0xE01B6D) is known color: Ruby. HEX triplet: E0, 1B and 6D. RGB value is (224,27,109). Sum of RGB (Red+Green+Blue) = 224+27+109=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B6D is #1FE492. Grayscale: #5F5F5F. Windows color (decimal): -2090131 or 7150560. OLE color: 7150560.

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

Color convert

RGB 224 27 109 -
CMYK 0 0.88 0.51 0.12
HSL 335.03º 0.78% 0.49% -
HSV(B) 335.03º 0.88% 0.88% -
XYZ 33.89 17.74 16.1 -
YUV 95.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 224 27 109 0 0.88 0.51 0.12 335.03 0.78 0.49
Hex E0 1B 6D 0 58 33 C 14F 4E 31
Octal 340 33 155 0 130 63 14 517 116 61
Binary 11100000 11011 1101101 0 1011000 110011 1100 101001111 1001110 110001

Color Harmonies of #E01B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B6D

Black with #E01B6D

Text Example


Text Example

White with #E01B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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