Html Css Color HEX #E46ECE Orchid

📋 copy color: '#E46ECE'

red 228 ◦ green 110 ◦ blue 206

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

Shades of Orchid #E46ECE

Tints of Orchid #E46ECE

RGB

 RED value IS 228 (89.45% from 255) = 41.91%

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 41.91%
G = 20.22%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E46ECE (or 0xE46ECE) is known color: Orchid. HEX triplet: E4, 6E and CE. RGB value is (228,110,206). Sum of RGB (Red+Green+Blue) = 228+110+206=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ECE is #1B9131. Grayscale: #9B9B9B. Windows color (decimal): -1806642 or 13528804. OLE color: 13528804.

HSL color Cylindrical-coordinate representation of color #E46ECE: hue angle of 311.19º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46ECE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 110 206 -
CMYK 0 0.52 0.10 0.11
HSL 311.19º 0.69% 0.66% -
HSV(B) 311.19º 0.52% 0.89% -
XYZ 48.71 32.1 62.02 -
YUV 156.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 228 110 206 0 0.52 0.10 0.11 311.19 0.69 0.66
Hex E4 6E CE 0 34 A B 137 45 42
Octal 344 156 316 0 64 12 13 467 105 102
Binary 11100100 1101110 11001110 0 110100 1010 1011 100110111 1000101 1000010

Color Harmonies of #E46ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46ECE

Black with #E46ECE

Text Example


Text Example

White with #E46ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46ECE; }

 p { color: rgb(228,110,206); }

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

background-color css

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

 a { background-color: rgb(228,110,206); }

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

border-color css

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

 span { border-color: rgb(228,110,206); }

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