Html Css Color HEX #E61476 Ruby

📋 copy color: '#E61476'

red 230 ◦ green 20 ◦ blue 118

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

Shades of Ruby #E61476

Tints of Ruby #E61476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 62.5%
G = 5.43%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E61476 (or 0xE61476) is known color: Ruby. HEX triplet: E6, 14 and 76. RGB value is (230,20,118). Sum of RGB (Red+Green+Blue) = 230+20+118=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E61476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61476 is #19EB89. Grayscale: #5D5D5D. Windows color (decimal): -1698698 or 7738598. OLE color: 7738598.

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

Color convert

RGB 230 20 118 -
CMYK 0 0.91 0.49 0.10
HSL 332º 0.84% 0.49% -
HSV(B) 332º 0.91% 0.9% -
XYZ 36.15 18.63 18.83 -
YUV 93.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 230 20 118 0 0.91 0.49 0.10 332 0.84 0.49
Hex E6 14 76 0 5B 31 A 14C 54 31
Octal 346 24 166 0 133 61 12 514 124 61
Binary 11100110 10100 1110110 0 1011011 110001 1010 101001100 1010100 110001

Color Harmonies of #E61476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61476

Black with #E61476

Text Example


Text Example

White with #E61476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61476; }

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

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

background-color css

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

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

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

border-color css

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

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

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