Html Css Color HEX #E16ECC Orchid

📋 copy color: '#E16ECC'

red 225 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E16ECC

Tints of Orchid #E16ECC

RGB

 RED value IS 225 (88.28% from 255) = 41.74%

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

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

R = 41.74%
G = 20.41%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E16ECC (or 0xE16ECC) is known color: Orchid. HEX triplet: E1, 6E and CC. RGB value is (225,110,204). Sum of RGB (Red+Green+Blue) = 225+110+204=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ECC is #1E9133. Grayscale: #9A9A9A. Windows color (decimal): -2003252 or 13397729. OLE color: 13397729.

HSL color Cylindrical-coordinate representation of color #E16ECC: hue angle of 310.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16ECC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 204 -
CMYK 0 0.51 0.09 0.12
HSL 310.96º 0.66% 0.66% -
HSV(B) 310.96º 0.51% 0.88% -
XYZ 47.53 31.52 60.71 -
YUV 155.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 225 110 204 0 0.51 0.09 0.12 310.96 0.66 0.66
Hex E1 6E CC 0 33 9 C 137 42 42
Octal 341 156 314 0 63 11 14 467 102 102
Binary 11100001 1101110 11001100 0 110011 1001 1100 100110111 1000010 1000010

Color Harmonies of #E16ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ECC

Black with #E16ECC

Text Example


Text Example

White with #E16ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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