Html Css Color HEX #E96ECC Orchid

📋 copy color: '#E96ECC'

red 233 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E96ECC

Tints of Orchid #E96ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 42.6%
G = 20.11%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E96ECC (or 0xE96ECC) is known color: Orchid. HEX triplet: E9, 6E and CC. RGB value is (233,110,204). Sum of RGB (Red+Green+Blue) = 233+110+204=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ECC is #169133. Grayscale: #9D9D9D. Windows color (decimal): -1478964 or 13397737. OLE color: 13397737.

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

Color convert

RGB 233 110 204 -
CMYK 0 0.53 0.12 0.09
HSL 314.15º 0.74% 0.67% -
HSV(B) 314.15º 0.53% 0.91% -
XYZ 50.08 32.84 60.83 -
YUV 157.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 233 110 204 0 0.53 0.12 0.09 314.15 0.74 0.67
Hex E9 6E CC 0 35 C 9 13A 4A 43
Octal 351 156 314 0 65 14 11 472 112 103
Binary 11101001 1101110 11001100 0 110101 1100 1001 100111010 1001010 1000011

Color Harmonies of #E96ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ECC

Black with #E96ECC

Text Example


Text Example

White with #E96ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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