Html Css Color HEX #E0086D Ruby

📋 copy color: '#E0086D'

red 224 ◦ green 8 ◦ blue 109

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

Shades of Ruby #E0086D

Tints of Ruby #E0086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 65.69%
G = 2.35%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0086D (or 0xE0086D) is known color: Ruby. HEX triplet: E0, 08 and 6D. RGB value is (224,8,109). Sum of RGB (Red+Green+Blue) = 224+8+109=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0086D is #1FF792. Grayscale: #535353. Windows color (decimal): -2094995 or 7145696. OLE color: 7145696.

HSL color Cylindrical-coordinate representation of color #E0086D: hue angle of 331.94º 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 #E0086D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 109 -
CMYK 0 0.96 0.51 0.12
HSL 331.94º 0.93% 0.45% -
HSV(B) 331.94º 0.96% 0.88% -
XYZ 33.59 17.13 16 -
YUV 84.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 224 8 109 0 0.96 0.51 0.12 331.94 0.93 0.45
Hex E0 8 6D 0 60 33 C 14C 5D 2D
Octal 340 10 155 0 140 63 14 514 135 55
Binary 11100000 1000 1101101 0 1100000 110011 1100 101001100 1011101 101101

Color Harmonies of #E0086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0086D

Black with #E0086D

Text Example


Text Example

White with #E0086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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