Html Css Color HEX #E10477 Ruby

📋 copy color: '#E10477'

red 225 ◦ green 4 ◦ blue 119

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

Shades of Ruby #E10477

Tints of Ruby #E10477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 64.66%
G = 1.15%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E10477 (or 0xE10477) is known color: Ruby. HEX triplet: E1, 04 and 77. RGB value is (225,4,119). Sum of RGB (Red+Green+Blue) = 225+4+119=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10477 is #1EFB88. Grayscale: #525252. Windows color (decimal): -2030473 or 7800033. OLE color: 7800033.

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

Color convert

RGB 225 4 119 -
CMYK 0 0.98 0.47 0.12
HSL 328.78º 0.97% 0.45% -
HSV(B) 328.78º 0.98% 0.88% -
XYZ 34.42 17.43 19 -
YUV 83.19 148.22 229.15 -
System Red Green Blue C M Y K H S L
Decimal 225 4 119 0 0.98 0.47 0.12 328.78 0.97 0.45
Hex E1 4 77 0 62 2F C 149 61 2D
Octal 341 4 167 0 142 57 14 511 141 55
Binary 11100001 100 1110111 0 1100010 101111 1100 101001001 1100001 101101

Color Harmonies of #E10477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10477

Black with #E10477

Text Example


Text Example

White with #E10477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10477; }

 p { color: rgb(225,4,119); }

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

background-color css

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

 a { background-color: rgb(225,4,119); }

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

border-color css

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

 span { border-color: rgb(225,4,119); }

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