Html Css Color HEX #E61471 Ruby

📋 copy color: '#E61471'

red 230 ◦ green 20 ◦ blue 113

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

Shades of Ruby #E61471

Tints of Ruby #E61471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

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

R = 63.36%
G = 5.51%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E61471 (or 0xE61471) is known color: Ruby. HEX triplet: E6, 14 and 71. RGB value is (230,20,113). Sum of RGB (Red+Green+Blue) = 230+20+113=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E61471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61471 is #19EB8E. Grayscale: #5D5D5D. Windows color (decimal): -1698703 or 7410918. OLE color: 7410918.

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

Color convert

RGB 230 20 113 -
CMYK 0 0.91 0.51 0.10
HSL 333.43º 0.84% 0.49% -
HSV(B) 333.43º 0.91% 0.9% -
XYZ 35.86 18.52 17.31 -
YUV 93.39 139.07 225.44 -
System Red Green Blue C M Y K H S L
Decimal 230 20 113 0 0.91 0.51 0.10 333.43 0.84 0.49
Hex E6 14 71 0 5B 33 A 14D 54 31
Octal 346 24 161 0 133 63 12 515 124 61
Binary 11100110 10100 1110001 0 1011011 110011 1010 101001101 1010100 110001

Color Harmonies of #E61471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61471

Black with #E61471

Text Example


Text Example

White with #E61471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61471; }

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

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

background-color css

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

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

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

border-color css

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

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

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