Html Css Color HEX #E86ECA Orchid

📋 copy color: '#E86ECA'

red 232 ◦ green 110 ◦ blue 202

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

Shades of Orchid #E86ECA

Tints of Orchid #E86ECA

RGB

 RED value IS 232 (91.02% from 255) = 42.65%

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

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

R = 42.65%
G = 20.22%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E86ECA (or 0xE86ECA) is known color: Orchid. HEX triplet: E8, 6E and CA. RGB value is (232,110,202). Sum of RGB (Red+Green+Blue) = 232+110+202=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ECA is #179135. Grayscale: #9C9C9C. Windows color (decimal): -1544502 or 13266664. OLE color: 13266664.

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

Color convert

RGB 232 110 202 -
CMYK 0 0.53 0.13 0.09
HSL 314.75º 0.73% 0.67% -
HSV(B) 314.75º 0.53% 0.91% -
XYZ 49.52 32.57 59.55 -
YUV 156.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 232 110 202 0 0.53 0.13 0.09 314.75 0.73 0.67
Hex E8 6E CA 0 35 D 9 13B 49 43
Octal 350 156 312 0 65 15 11 473 111 103
Binary 11101000 1101110 11001010 0 110101 1101 1001 100111011 1001001 1000011

Color Harmonies of #E86ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86ECA

Black with #E86ECA

Text Example


Text Example

White with #E86ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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