Html Css Color HEX #E6087B Ruby

📋 copy color: '#E6087B'

red 230 ◦ green 8 ◦ blue 123

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

Shades of Ruby #E6087B

Tints of Ruby #E6087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 63.71%
G = 2.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6087B (or 0xE6087B) is known color: Ruby. HEX triplet: E6, 08 and 7B. RGB value is (230,8,123). Sum of RGB (Red+Green+Blue) = 230+8+123=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6087B is #19F784. Grayscale: #575757. Windows color (decimal): -1701765 or 8063206. OLE color: 8063206.

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

Color convert

RGB 230 8 123 -
CMYK 0 0.97 0.47 0.10
HSL 328.92º 0.93% 0.47% -
HSV(B) 328.92º 0.97% 0.9% -
XYZ 36.3 18.43 20.38 -
YUV 87.49 148.05 229.65 -
System Red Green Blue C M Y K H S L
Decimal 230 8 123 0 0.97 0.47 0.10 328.92 0.93 0.47
Hex E6 8 7B 0 61 2F A 149 5D 2F
Octal 346 10 173 0 141 57 12 511 135 57
Binary 11100110 1000 1111011 0 1100001 101111 1010 101001001 1011101 101111

Color Harmonies of #E6087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6087B

Black with #E6087B

Text Example


Text Example

White with #E6087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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