Html Css Color HEX #E96ED9 Orchid

📋 copy color: '#E96ED9'

red 233 ◦ green 110 ◦ blue 217

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

Shades of Orchid #E96ED9

Tints of Orchid #E96ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.64%

 BLUE value IS 217 (85.16% from 255) = 38.75%

R = 41.61%
G = 19.64%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E96ED9 (or 0xE96ED9) is known color: Orchid. HEX triplet: E9, 6E and D9. RGB value is (233,110,217). Sum of RGB (Red+Green+Blue) = 233+110+217=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ED9 is #169126. Grayscale: #9E9E9E. Windows color (decimal): -1478951 or 14249705. OLE color: 14249705.

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

Color convert

RGB 233 110 217 -
CMYK 0 0.53 0.07 0.09
HSL 307.8º 0.74% 0.67% -
HSV(B) 307.8º 0.53% 0.91% -
XYZ 51.7 33.49 69.38 -
YUV 158.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 233 110 217 0 0.53 0.07 0.09 307.8 0.74 0.67
Hex E9 6E D9 0 35 7 9 134 4A 43
Octal 351 156 331 0 65 7 11 464 112 103
Binary 11101001 1101110 11011001 0 110101 111 1001 100110100 1001010 1000011

Color Harmonies of #E96ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ED9

Black with #E96ED9

Text Example


Text Example

White with #E96ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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