Html Css Color HEX #E5017C Ruby

📋 copy color: '#E5017C'

red 229 ◦ green 1 ◦ blue 124

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

Shades of Ruby #E5017C

Tints of Ruby #E5017C

RGB

 RED value IS 229 (89.84% from 255) = 64.69%

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 64.69%
G = 0.28%
B = 35.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5017C (or 0xE5017C) is known color: Ruby. HEX triplet: E5, 01 and 7C. RGB value is (229,1,124). Sum of RGB (Red+Green+Blue) = 229+1+124=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5017C is #1AFE83. Grayscale: #525252. Windows color (decimal): -1769092 or 8126949. OLE color: 8126949.

HSL color Cylindrical-coordinate representation of color #E5017C: hue angle of 327.63º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5017C is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 124 -
CMYK 0 1.00 0.46 0.10
HSL 327.63º 0.99% 0.45% -
HSV(B) 327.63º 1% 0.9% -
XYZ 35.96 18.13 20.67 -
YUV 83.19 151.04 232 -
System Red Green Blue C M Y K H S L
Decimal 229 1 124 0 1.00 0.46 0.10 327.63 0.99 0.45
Hex E5 1 7C 0 64 2E A 148 63 2D
Octal 345 1 174 0 144 56 12 510 143 55
Binary 11100101 1 1111100 0 1100100 101110 1010 101001000 1100011 101101

Color Harmonies of #E5017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5017C

Black with #E5017C

Text Example


Text Example

White with #E5017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5017C; }

 p { color: rgb(229,1,124); }

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

background-color css

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

 a { background-color: rgb(229,1,124); }

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

border-color css

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

 span { border-color: rgb(229,1,124); }

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