Html Css Color HEX #E6087C Ruby

📋 copy color: '#E6087C'

red 230 ◦ green 8 ◦ blue 124

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

Shades of Ruby #E6087C

Tints of Ruby #E6087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 63.54%
G = 2.21%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6087C (or 0xE6087C) is known color: Ruby. HEX triplet: E6, 08 and 7C. RGB value is (230,8,124). Sum of RGB (Red+Green+Blue) = 230+8+124=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6087C is #19F783. Grayscale: #575757. Windows color (decimal): -1701764 or 8128742. OLE color: 8128742.

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

Color convert

RGB 230 8 124 -
CMYK 0 0.97 0.46 0.10
HSL 328.65º 0.93% 0.47% -
HSV(B) 328.65º 0.97% 0.9% -
XYZ 36.36 18.45 20.71 -
YUV 87.6 148.55 229.57 -
System Red Green Blue C M Y K H S L
Decimal 230 8 124 0 0.97 0.46 0.10 328.65 0.93 0.47
Hex E6 8 7C 0 61 2E A 149 5D 2F
Octal 346 10 174 0 141 56 12 511 135 57
Binary 11100110 1000 1111100 0 1100001 101110 1010 101001001 1011101 101111

Color Harmonies of #E6087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6087C

Black with #E6087C

Text Example


Text Example

White with #E6087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6087C; }

 p { color: rgb(230,8,124); }

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

background-color css

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

 a { background-color: rgb(230,8,124); }

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

border-color css

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

 span { border-color: rgb(230,8,124); }

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