Html Css Color HEX #E3017C Ruby

📋 copy color: '#E3017C'

red 227 ◦ green 1 ◦ blue 124

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

Shades of Ruby #E3017C

Tints of Ruby #E3017C

RGB

 RED value IS 227 (89.06% from 255) = 64.49%

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

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

R = 64.49%
G = 0.28%
B = 35.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3017C (or 0xE3017C) is known color: Ruby. HEX triplet: E3, 01 and 7C. RGB value is (227,1,124). Sum of RGB (Red+Green+Blue) = 227+1+124=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3017C is #1CFE83. Grayscale: #525252. Windows color (decimal): -1900164 or 8126947. OLE color: 8126947.

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

Color convert

RGB 227 1 124 -
CMYK 0 1.00 0.45 0.11
HSL 327.35º 0.99% 0.45% -
HSV(B) 327.35º 1% 0.89% -
XYZ 35.33 17.81 20.64 -
YUV 82.6 151.37 231 -
System Red Green Blue C M Y K H S L
Decimal 227 1 124 0 1.00 0.45 0.11 327.35 0.99 0.45
Hex E3 1 7C 0 64 2D B 147 63 2D
Octal 343 1 174 0 144 55 13 507 143 55
Binary 11100011 1 1111100 0 1100100 101101 1011 101000111 1100011 101101

Color Harmonies of #E3017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3017C

Black with #E3017C

Text Example


Text Example

White with #E3017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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