Html Css Color HEX #E61479 Ruby

📋 copy color: '#E61479'

red 230 ◦ green 20 ◦ blue 121

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

Shades of Ruby #E61479

Tints of Ruby #E61479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 61.99%
G = 5.39%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E61479 (or 0xE61479) is known color: Ruby. HEX triplet: E6, 14 and 79. RGB value is (230,20,121). Sum of RGB (Red+Green+Blue) = 230+20+121=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E61479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61479 is #19EB86. Grayscale: #5E5E5E. Windows color (decimal): -1698695 or 7935206. OLE color: 7935206.

HSL color Cylindrical-coordinate representation of color #E61479: hue angle of 331.14º 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 #E61479 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 121 -
CMYK 0 0.91 0.47 0.10
HSL 331.14º 0.84% 0.49% -
HSV(B) 331.14º 0.91% 0.9% -
XYZ 36.33 18.7 19.78 -
YUV 94.3 143.07 224.79 -
System Red Green Blue C M Y K H S L
Decimal 230 20 121 0 0.91 0.47 0.10 331.14 0.84 0.49
Hex E6 14 79 0 5B 2F A 14B 54 31
Octal 346 24 171 0 133 57 12 513 124 61
Binary 11100110 10100 1111001 0 1011011 101111 1010 101001011 1010100 110001

Color Harmonies of #E61479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61479

Black with #E61479

Text Example


Text Example

White with #E61479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61479; }

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

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

background-color css

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

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

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

border-color css

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

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

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