Html Css Color HEX #E81C68 Ruby

📋 copy color: '#E81C68'

red 232 ◦ green 28 ◦ blue 104

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

Shades of Ruby #E81C68

Tints of Ruby #E81C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.69%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 63.74%
G = 7.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81C68 (or 0xE81C68) is known color: Ruby. HEX triplet: E8, 1C and 68. RGB value is (232,28,104). Sum of RGB (Red+Green+Blue) = 232+28+104=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C68 is #17E397. Grayscale: #616161. Windows color (decimal): -1565592 or 6823144. OLE color: 6823144.

HSL color Cylindrical-coordinate representation of color #E81C68: hue angle of 337.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C68 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 28 104 -
CMYK 0 0.88 0.55 0.09
HSL 337.65º 0.82% 0.51% -
HSV(B) 337.65º 0.88% 0.91% -
XYZ 36.19 18.99 14.85 -
YUV 97.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 232 28 104 0 0.88 0.55 0.09 337.65 0.82 0.51
Hex E8 1C 68 0 58 37 9 152 52 33
Octal 350 34 150 0 130 67 11 522 122 63
Binary 11101000 11100 1101000 0 1011000 110111 1001 101010010 1010010 110011

Color Harmonies of #E81C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C68

Black with #E81C68

Text Example


Text Example

White with #E81C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C68; }

 p { color: rgb(232,28,104); }

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

background-color css

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

 a { background-color: rgb(232,28,104); }

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

border-color css

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

 span { border-color: rgb(232,28,104); }

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