Html Css Color HEX #E1037A Ruby

📋 copy color: '#E1037A'

red 225 ◦ green 3 ◦ blue 122

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

Shades of Ruby #E1037A

Tints of Ruby #E1037A

RGB

 RED value IS 225 (88.28% from 255) = 64.29%

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 64.29%
G = 0.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1037A (or 0xE1037A) is known color: Ruby. HEX triplet: E1, 03 and 7A. RGB value is (225,3,122). Sum of RGB (Red+Green+Blue) = 225+3+122=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1037A is #1EFC85. Grayscale: #525252. Windows color (decimal): -2030726 or 7996385. OLE color: 7996385.

HSL color Cylindrical-coordinate representation of color #E1037A: hue angle of 327.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1037A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 122 -
CMYK 0 0.99 0.46 0.12
HSL 327.84º 0.97% 0.45% -
HSV(B) 327.84º 0.99% 0.88% -
XYZ 34.6 17.48 19.96 -
YUV 82.94 150.05 229.32 -
System Red Green Blue C M Y K H S L
Decimal 225 3 122 0 0.99 0.46 0.12 327.84 0.97 0.45
Hex E1 3 7A 0 63 2E C 148 61 2D
Octal 341 3 172 0 143 56 14 510 141 55
Binary 11100001 11 1111010 0 1100011 101110 1100 101001000 1100001 101101

Color Harmonies of #E1037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1037A

Black with #E1037A

Text Example


Text Example

White with #E1037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1037A; }

 p { color: rgb(225,3,122); }

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

background-color css

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

 a { background-color: rgb(225,3,122); }

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

border-color css

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

 span { border-color: rgb(225,3,122); }

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