Html Css Color HEX #E71878 Ruby

📋 copy color: '#E71878'

red 231 ◦ green 24 ◦ blue 120

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

Shades of Ruby #E71878

Tints of Ruby #E71878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 61.6%
G = 6.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E71878 (or 0xE71878) is known color: Ruby. HEX triplet: E7, 18 and 78. RGB value is (231,24,120). Sum of RGB (Red+Green+Blue) = 231+24+120=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E71878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71878 is #18E787. Grayscale: #606060. Windows color (decimal): -1632136 or 7870695. OLE color: 7870695.

HSL color Cylindrical-coordinate representation of color #E71878: hue angle of 332.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71878 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 120 -
CMYK 0 0.90 0.48 0.09
HSL 332.17º 0.81% 0.5% -
HSV(B) 332.17º 0.9% 0.91% -
XYZ 36.67 19 19.5 -
YUV 96.84 141.08 223.69 -
System Red Green Blue C M Y K H S L
Decimal 231 24 120 0 0.90 0.48 0.09 332.17 0.81 0.5
Hex E7 18 78 0 5A 30 9 14C 51 32
Octal 347 30 170 0 132 60 11 514 121 62
Binary 11100111 11000 1111000 0 1011010 110000 1001 101001100 1010001 110010

Color Harmonies of #E71878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71878

Black with #E71878

Text Example


Text Example

White with #E71878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71878; }

 p { color: rgb(231,24,120); }

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

background-color css

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

 a { background-color: rgb(231,24,120); }

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

border-color css

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

 span { border-color: rgb(231,24,120); }

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