Html Css Color HEX #E9205D Ruby

📋 copy color: '#E9205D'

red 233 ◦ green 32 ◦ blue 93

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

Shades of Ruby #E9205D

Tints of Ruby #E9205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 65.08%
G = 8.94%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9205D (or 0xE9205D) is known color: Ruby. HEX triplet: E9, 20 and 5D. RGB value is (233,32,93). Sum of RGB (Red+Green+Blue) = 233+32+93=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9205D is #16DFA2. Grayscale: #636363. Windows color (decimal): -1499043 or 6103273. OLE color: 6103273.

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

Color convert

RGB 233 32 93 -
CMYK 0 0.86 0.60 0.09
HSL 341.79º 0.82% 0.52% -
HSV(B) 341.79º 0.86% 0.91% -
XYZ 36.1 19.15 12.15 -
YUV 99.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 233 32 93 0 0.86 0.60 0.09 341.79 0.82 0.52
Hex E9 20 5D 0 56 3C 9 156 52 34
Octal 351 40 135 0 126 74 11 526 122 64
Binary 11101001 100000 1011101 0 1010110 111100 1001 101010110 1010010 110100

Color Harmonies of #E9205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9205D

Black with #E9205D

Text Example


Text Example

White with #E9205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9205D; }

 p { color: rgb(233,32,93); }

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

background-color css

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

 a { background-color: rgb(233,32,93); }

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

border-color css

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

 span { border-color: rgb(233,32,93); }

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