Html Css Color HEX #E9216D Ruby

📋 copy color: '#E9216D'

red 233 ◦ green 33 ◦ blue 109

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

Shades of Ruby #E9216D

Tints of Ruby #E9216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 62.13%
G = 8.8%
B = 29.07%

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

#E9216D (or 0xE9216D) is known color: Ruby. HEX triplet: E9, 21 and 6D. RGB value is (233,33,109). Sum of RGB (Red+Green+Blue) = 233+33+109=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9216D is #16DE92. Grayscale: #656565. Windows color (decimal): -1498771 or 7152105. OLE color: 7152105.

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

Color convert

RGB 233 33 109 -
CMYK 0 0.86 0.53 0.09
HSL 337.2º 0.82% 0.52% -
HSV(B) 337.2º 0.86% 0.91% -
XYZ 36.91 19.52 16.29 -
YUV 101.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 233 33 109 0 0.86 0.53 0.09 337.2 0.82 0.52
Hex E9 21 6D 0 56 35 9 151 52 34
Octal 351 41 155 0 126 65 11 521 122 64
Binary 11101001 100001 1101101 0 1010110 110101 1001 101010001 1010010 110100

Color Harmonies of #E9216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9216D

Black with #E9216D

Text Example


Text Example

White with #E9216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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