Html Css Color HEX #E3017A Ruby

📋 copy color: '#E3017A'

red 227 ◦ green 1 ◦ blue 122

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

Shades of Ruby #E3017A

Tints of Ruby #E3017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 64.86%
G = 0.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3017A (or 0xE3017A) is known color: Ruby. HEX triplet: E3, 01 and 7A. RGB value is (227,1,122). Sum of RGB (Red+Green+Blue) = 227+1+122=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3017A is #1CFE85. Grayscale: #525252. Windows color (decimal): -1900166 or 7995875. OLE color: 7995875.

HSL color Cylindrical-coordinate representation of color #E3017A: hue angle of 327.88º 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 #E3017A is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 1 122 -
CMYK 0 1.00 0.46 0.11
HSL 327.88º 0.99% 0.45% -
HSV(B) 327.88º 1% 0.89% -
XYZ 35.2 17.76 19.98 -
YUV 82.37 150.37 231.16 -
System Red Green Blue C M Y K H S L
Decimal 227 1 122 0 1.00 0.46 0.11 327.88 0.99 0.45
Hex E3 1 7A 0 64 2E B 148 63 2D
Octal 343 1 172 0 144 56 13 510 143 55
Binary 11100011 1 1111010 0 1100100 101110 1011 101001000 1100011 101101

Color Harmonies of #E3017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3017A

Black with #E3017A

Text Example


Text Example

White with #E3017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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