Html Css Color HEX #E60672 Ruby

📋 copy color: '#E60672'

red 230 ◦ green 6 ◦ blue 114

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

Shades of Ruby #E60672

Tints of Ruby #E60672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 65.71%
G = 1.71%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E60672 (or 0xE60672) is known color: Ruby. HEX triplet: E6, 06 and 72. RGB value is (230,6,114). Sum of RGB (Red+Green+Blue) = 230+6+114=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E60672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60672 is #19F98D. Grayscale: #555555. Windows color (decimal): -1702286 or 7472870. OLE color: 7472870.

HSL color Cylindrical-coordinate representation of color #E60672: hue angle of 331.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60672 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 6 114 -
CMYK 0 0.97 0.50 0.10
HSL 331.07º 0.95% 0.46% -
HSV(B) 331.07º 0.97% 0.9% -
XYZ 35.74 18.17 17.54 -
YUV 85.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 230 6 114 0 0.97 0.50 0.10 331.07 0.95 0.46
Hex E6 6 72 0 61 32 A 14B 5F 2E
Octal 346 6 162 0 141 62 12 513 137 56
Binary 11100110 110 1110010 0 1100001 110010 1010 101001011 1011111 101110

Color Harmonies of #E60672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60672

Black with #E60672

Text Example


Text Example

White with #E60672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60672; }

 p { color: rgb(230,6,114); }

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

background-color css

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

 a { background-color: rgb(230,6,114); }

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

border-color css

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

 span { border-color: rgb(230,6,114); }

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