Html Css Color HEX #E61073 Ruby

📋 copy color: '#E61073'

red 230 ◦ green 16 ◦ blue 115

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

Shades of Ruby #E61073

Tints of Ruby #E61073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 63.71%
G = 4.43%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E61073 (or 0xE61073) is known color: Ruby. HEX triplet: E6, 10 and 73. RGB value is (230,16,115). Sum of RGB (Red+Green+Blue) = 230+16+115=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E61073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61073 is #19EF8C. Grayscale: #5B5B5B. Windows color (decimal): -1699725 or 7540966. OLE color: 7540966.

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

Color convert

RGB 230 16 115 -
CMYK 0 0.93 0.5 0.10
HSL 332.24º 0.87% 0.48% -
HSV(B) 332.24º 0.93% 0.9% -
XYZ 35.91 18.43 17.88 -
YUV 91.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 230 16 115 0 0.93 0.5 0.10 332.24 0.87 0.48
Hex E6 10 73 0 5D 32 A 14C 57 30
Octal 346 20 163 0 135 62 12 514 127 60
Binary 11100110 10000 1110011 0 1011101 110010 1010 101001100 1010111 110000

Color Harmonies of #E61073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61073

Black with #E61073

Text Example


Text Example

White with #E61073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61073; }

 p { color: rgb(230,16,115); }

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

background-color css

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

 a { background-color: rgb(230,16,115); }

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

border-color css

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

 span { border-color: rgb(230,16,115); }

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