Html Css Color HEX #E61A71 Ruby

📋 copy color: '#E61A71'

red 230 ◦ green 26 ◦ blue 113

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

Shades of Ruby #E61A71

Tints of Ruby #E61A71

RGB

 RED value IS 230 (90.23% from 255) = 62.33%

 GREEN value IS 26 (10.55% from 255) = 7.05%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 62.33%
G = 7.05%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E61A71 (or 0xE61A71) is known color: Ruby. HEX triplet: E6, 1A and 71. RGB value is (230,26,113). Sum of RGB (Red+Green+Blue) = 230+26+113=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A71 is #19E58E. Grayscale: #606060. Windows color (decimal): -1697167 or 7412454. OLE color: 7412454.

HSL color Cylindrical-coordinate representation of color #E61A71: hue angle of 334.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A71 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 113 -
CMYK 0 0.89 0.51 0.10
HSL 334.41º 0.8% 0.5% -
HSV(B) 334.41º 0.89% 0.9% -
XYZ 35.98 18.75 17.35 -
YUV 96.91 137.09 222.93 -
System Red Green Blue C M Y K H S L
Decimal 230 26 113 0 0.89 0.51 0.10 334.41 0.8 0.5
Hex E6 1A 71 0 59 33 A 14E 50 32
Octal 346 32 161 0 131 63 12 516 120 62
Binary 11100110 11010 1110001 0 1011001 110011 1010 101001110 1010000 110010

Color Harmonies of #E61A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A71

Black with #E61A71

Text Example


Text Example

White with #E61A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A71; }

 p { color: rgb(230,26,113); }

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

background-color css

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

 a { background-color: rgb(230,26,113); }

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

border-color css

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

 span { border-color: rgb(230,26,113); }

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