Html Css Color HEX #E0087A Ruby

📋 copy color: '#E0087A'

red 224 ◦ green 8 ◦ blue 122

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

Shades of Ruby #E0087A

Tints of Ruby #E0087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 63.28%
G = 2.26%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0087A (or 0xE0087A) is known color: Ruby. HEX triplet: E0, 08 and 7A. RGB value is (224,8,122). Sum of RGB (Red+Green+Blue) = 224+8+122=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0087A is #1FF785. Grayscale: #555555. Windows color (decimal): -2094982 or 7997664. OLE color: 7997664.

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

Color convert

RGB 224 8 122 -
CMYK 0 0.96 0.46 0.12
HSL 328.33º 0.93% 0.45% -
HSV(B) 328.33º 0.96% 0.88% -
XYZ 34.34 17.43 19.97 -
YUV 85.58 148.56 226.73 -
System Red Green Blue C M Y K H S L
Decimal 224 8 122 0 0.96 0.46 0.12 328.33 0.93 0.45
Hex E0 8 7A 0 60 2E C 148 5D 2D
Octal 340 10 172 0 140 56 14 510 135 55
Binary 11100000 1000 1111010 0 1100000 101110 1100 101001000 1011101 101101

Color Harmonies of #E0087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0087A

Black with #E0087A

Text Example


Text Example

White with #E0087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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