Html Css Color HEX #E0086A Ruby

📋 copy color: '#E0086A'

red 224 ◦ green 8 ◦ blue 106

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

Shades of Ruby #E0086A

Tints of Ruby #E0086A

RGB

 RED value IS 224 (87.89% from 255) = 66.27%

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 66.27%
G = 2.37%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0086A (or 0xE0086A) is known color: Ruby. HEX triplet: E0, 08 and 6A. RGB value is (224,8,106). Sum of RGB (Red+Green+Blue) = 224+8+106=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0086A is #1FF795. Grayscale: #535353. Windows color (decimal): -2094998 or 6949088. OLE color: 6949088.

HSL color Cylindrical-coordinate representation of color #E0086A: hue angle of 332.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0086A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 106 -
CMYK 0 0.96 0.53 0.12
HSL 332.78º 0.93% 0.45% -
HSV(B) 332.78º 0.96% 0.88% -
XYZ 33.43 17.06 15.17 -
YUV 83.76 140.56 228.03 -
System Red Green Blue C M Y K H S L
Decimal 224 8 106 0 0.96 0.53 0.12 332.78 0.93 0.45
Hex E0 8 6A 0 60 35 C 14D 5D 2D
Octal 340 10 152 0 140 65 14 515 135 55
Binary 11100000 1000 1101010 0 1100000 110101 1100 101001101 1011101 101101

Color Harmonies of #E0086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0086A

Black with #E0086A

Text Example


Text Example

White with #E0086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0086A; }

 p { color: rgb(224,8,106); }

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

background-color css

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

 a { background-color: rgb(224,8,106); }

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

border-color css

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

 span { border-color: rgb(224,8,106); }

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