Html Css Color HEX #E7087D Ruby

📋 copy color: '#E7087D'

red 231 ◦ green 8 ◦ blue 125

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

Shades of Ruby #E7087D

Tints of Ruby #E7087D

RGB

 RED value IS 231 (90.63% from 255) = 63.46%

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 63.46%
G = 2.2%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7087D (or 0xE7087D) is known color: Ruby. HEX triplet: E7, 08 and 7D. RGB value is (231,8,125). Sum of RGB (Red+Green+Blue) = 231+8+125=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E7087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7087D is #18F782. Grayscale: #575757. Windows color (decimal): -1636227 or 8194279. OLE color: 8194279.

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

Color convert

RGB 231 8 125 -
CMYK 0 0.97 0.46 0.09
HSL 328.52º 0.93% 0.47% -
HSV(B) 328.52º 0.97% 0.91% -
XYZ 36.74 18.64 21.06 -
YUV 88.02 148.88 229.99 -
System Red Green Blue C M Y K H S L
Decimal 231 8 125 0 0.97 0.46 0.09 328.52 0.93 0.47
Hex E7 8 7D 0 61 2E 9 149 5D 2F
Octal 347 10 175 0 141 56 11 511 135 57
Binary 11100111 1000 1111101 0 1100001 101110 1001 101001001 1011101 101111

Color Harmonies of #E7087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7087D

Black with #E7087D

Text Example


Text Example

White with #E7087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7087D; }

 p { color: rgb(231,8,125); }

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

background-color css

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

 a { background-color: rgb(231,8,125); }

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

border-color css

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

 span { border-color: rgb(231,8,125); }

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