Html Css Color HEX #E81D6A Ruby

📋 copy color: '#E81D6A'

red 232 ◦ green 29 ◦ blue 106

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

Shades of Ruby #E81D6A

Tints of Ruby #E81D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 63.22%
G = 7.9%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E81D6A (or 0xE81D6A) is known color: Ruby. HEX triplet: E8, 1D and 6A. RGB value is (232,29,106). Sum of RGB (Red+Green+Blue) = 232+29+106=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D6A is #17E295. Grayscale: #626262. Windows color (decimal): -1565334 or 6954472. OLE color: 6954472.

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

Color convert

RGB 232 29 106 -
CMYK 0 0.88 0.54 0.09
HSL 337.24º 0.82% 0.51% -
HSV(B) 337.24º 0.88% 0.91% -
XYZ 36.32 19.08 15.4 -
YUV 98.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 232 29 106 0 0.88 0.54 0.09 337.24 0.82 0.51
Hex E8 1D 6A 0 58 36 9 151 52 33
Octal 350 35 152 0 130 66 11 521 122 63
Binary 11101000 11101 1101010 0 1011000 110110 1001 101010001 1010010 110011

Color Harmonies of #E81D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D6A

Black with #E81D6A

Text Example


Text Example

White with #E81D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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