Html Css Color HEX #E81878 Ruby

📋 copy color: '#E81878'

red 232 ◦ green 24 ◦ blue 120

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

Shades of Ruby #E81878

Tints of Ruby #E81878

RGB

 RED value IS 232 (91.02% from 255) = 61.7%

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

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

R = 61.7%
G = 6.38%
B = 31.91%

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

#E81878 (or 0xE81878) is known color: Ruby. HEX triplet: E8, 18 and 78. RGB value is (232,24,120). Sum of RGB (Red+Green+Blue) = 232+24+120=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E81878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81878 is #17E787. Grayscale: #606060. Windows color (decimal): -1566600 or 7870696. OLE color: 7870696.

HSL color Cylindrical-coordinate representation of color #E81878: hue angle of 332.31º degrees, saturation: 0.82, 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 #E81878 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 24 120 -
CMYK 0 0.90 0.48 0.09
HSL 332.31º 0.82% 0.5% -
HSV(B) 332.31º 0.9% 0.91% -
XYZ 37 19.17 19.52 -
YUV 97.14 140.91 224.19 -
System Red Green Blue C M Y K H S L
Decimal 232 24 120 0 0.90 0.48 0.09 332.31 0.82 0.5
Hex E8 18 78 0 5A 30 9 14C 52 32
Octal 350 30 170 0 132 60 11 514 122 62
Binary 11101000 11000 1111000 0 1011010 110000 1001 101001100 1010010 110010

Color Harmonies of #E81878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81878

Black with #E81878

Text Example


Text Example

White with #E81878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81878; }

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

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

background-color css

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

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

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

border-color css

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

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

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