Html Css Color HEX #E81D68 Ruby

📋 copy color: '#E81D68'

red 232 ◦ green 29 ◦ blue 104

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

Shades of Ruby #E81D68

Tints of Ruby #E81D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

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

R = 63.56%
G = 7.95%
B = 28.49%

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

#E81D68 (or 0xE81D68) is known color: Ruby. HEX triplet: E8, 1D and 68. RGB value is (232,29,104). Sum of RGB (Red+Green+Blue) = 232+29+104=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D68 is #17E297. Grayscale: #626262. Windows color (decimal): -1565336 or 6823400. OLE color: 6823400.

HSL color Cylindrical-coordinate representation of color #E81D68: hue angle of 337.83º 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 #E81D68 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 104 -
CMYK 0 0.88 0.55 0.09
HSL 337.83º 0.82% 0.51% -
HSV(B) 337.83º 0.88% 0.91% -
XYZ 36.22 19.03 14.86 -
YUV 98.25 131.25 223.4 -
System Red Green Blue C M Y K H S L
Decimal 232 29 104 0 0.88 0.55 0.09 337.83 0.82 0.51
Hex E8 1D 68 0 58 37 9 152 52 33
Octal 350 35 150 0 130 67 11 522 122 63
Binary 11101000 11101 1101000 0 1011000 110111 1001 101010010 1010010 110011

Color Harmonies of #E81D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D68

Black with #E81D68

Text Example


Text Example

White with #E81D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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