Html Css Color HEX #E16ECA Orchid

📋 copy color: '#E16ECA'

red 225 ◦ green 110 ◦ blue 202

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

Shades of Orchid #E16ECA

Tints of Orchid #E16ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 41.9%
G = 20.48%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E16ECA (or 0xE16ECA) is known color: Orchid. HEX triplet: E1, 6E and CA. RGB value is (225,110,202). Sum of RGB (Red+Green+Blue) = 225+110+202=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ECA is #1E9135. Grayscale: #9A9A9A. Windows color (decimal): -2003254 or 13266657. OLE color: 13266657.

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

Color convert

RGB 225 110 202 -
CMYK 0 0.51 0.10 0.12
HSL 312º 0.66% 0.66% -
HSV(B) 312º 0.51% 0.88% -
XYZ 47.29 31.42 59.45 -
YUV 154.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 225 110 202 0 0.51 0.10 0.12 312 0.66 0.66
Hex E1 6E CA 0 33 A C 138 42 42
Octal 341 156 312 0 63 12 14 470 102 102
Binary 11100001 1101110 11001010 0 110011 1010 1100 100111000 1000010 1000010

Color Harmonies of #E16ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ECA

Black with #E16ECA

Text Example


Text Example

White with #E16ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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