Html Css Color HEX #E9216E Ruby

📋 copy color: '#E9216E'

red 233 ◦ green 33 ◦ blue 110

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

Shades of Ruby #E9216E

Tints of Ruby #E9216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 61.97%
G = 8.78%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9216E (or 0xE9216E) is known color: Ruby. HEX triplet: E9, 21 and 6E. RGB value is (233,33,110). Sum of RGB (Red+Green+Blue) = 233+33+110=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9216E is #16DE91. Grayscale: #656565. Windows color (decimal): -1498770 or 7217641. OLE color: 7217641.

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

Color convert

RGB 233 33 110 -
CMYK 0 0.86 0.53 0.09
HSL 336.9º 0.82% 0.52% -
HSV(B) 336.9º 0.86% 0.91% -
XYZ 36.96 19.54 16.57 -
YUV 101.58 132.76 221.74 -
System Red Green Blue C M Y K H S L
Decimal 233 33 110 0 0.86 0.53 0.09 336.9 0.82 0.52
Hex E9 21 6E 0 56 35 9 151 52 34
Octal 351 41 156 0 126 65 11 521 122 64
Binary 11101001 100001 1101110 0 1010110 110101 1001 101010001 1010010 110100

Color Harmonies of #E9216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9216E

Black with #E9216E

Text Example


Text Example

White with #E9216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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