Html Css Color HEX #E91D6E Ruby

📋 copy color: '#E91D6E'

red 233 ◦ green 29 ◦ blue 110

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

Shades of Ruby #E91D6E

Tints of Ruby #E91D6E

RGB

 RED value IS 233 (91.41% from 255) = 62.63%

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 62.63%
G = 7.8%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E91D6E (or 0xE91D6E) is known color: Ruby. HEX triplet: E9, 1D and 6E. RGB value is (233,29,110). Sum of RGB (Red+Green+Blue) = 233+29+110=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D6E is #16E291. Grayscale: #636363. Windows color (decimal): -1499794 or 7216617. OLE color: 7216617.

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

Color convert

RGB 233 29 110 -
CMYK 0 0.88 0.53 0.09
HSL 336.18º 0.82% 0.51% -
HSV(B) 336.18º 0.88% 0.91% -
XYZ 36.86 19.33 16.54 -
YUV 99.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 233 29 110 0 0.88 0.53 0.09 336.18 0.82 0.51
Hex E9 1D 6E 0 58 35 9 150 52 33
Octal 351 35 156 0 130 65 11 520 122 63
Binary 11101001 11101 1101110 0 1011000 110101 1001 101010000 1010010 110011

Color Harmonies of #E91D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91D6E

Black with #E91D6E

Text Example


Text Example

White with #E91D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91D6E; }

 p { color: rgb(233,29,110); }

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

background-color css

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

 a { background-color: rgb(233,29,110); }

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

border-color css

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

 span { border-color: rgb(233,29,110); }

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