Html Css Color HEX #E96EE6 Orchid

📋 copy color: '#E96EE6'

red 233 ◦ green 110 ◦ blue 230

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

Shades of Orchid #E96EE6

Tints of Orchid #E96EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 40.66%
G = 19.2%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E96EE6 (or 0xE96EE6) is known color: Orchid. HEX triplet: E9, 6E and E6. RGB value is (233,110,230). Sum of RGB (Red+Green+Blue) = 233+110+230=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EE6 is #169119. Grayscale: #A0A0A0. Windows color (decimal): -1478938 or 15101673. OLE color: 15101673.

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

Color convert

RGB 233 110 230 -
CMYK 0 0.53 0.01 0.09
HSL 301.46º 0.74% 0.67% -
HSV(B) 301.46º 0.53% 0.91% -
XYZ 53.46 34.19 78.64 -
YUV 160.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 233 110 230 0 0.53 0.01 0.09 301.46 0.74 0.67
Hex E9 6E E6 0 35 1 9 12D 4A 43
Octal 351 156 346 0 65 1 11 455 112 103
Binary 11101001 1101110 11100110 0 110101 1 1001 100101101 1001010 1000011

Color Harmonies of #E96EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EE6

Black with #E96EE6

Text Example


Text Example

White with #E96EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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