Html Css Color HEX #E46EE1 Orchid

📋 copy color: '#E46EE1'

red 228 ◦ green 110 ◦ blue 225

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

Shades of Orchid #E46EE1

Tints of Orchid #E46EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 40.5%
G = 19.54%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E46EE1 (or 0xE46EE1) is known color: Orchid. HEX triplet: E4, 6E and E1. RGB value is (228,110,225). Sum of RGB (Red+Green+Blue) = 228+110+225=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EE1 is #1B911E. Grayscale: #9E9E9E. Windows color (decimal): -1806623 or 14773988. OLE color: 14773988.

HSL color Cylindrical-coordinate representation of color #E46EE1: hue angle of 301.53º 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 #E46EE1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 110 225 -
CMYK 0 0.52 0.01 0.11
HSL 301.53º 0.69% 0.66% -
HSV(B) 301.53º 0.52% 0.89% -
XYZ 51.16 33.08 74.92 -
YUV 158.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 228 110 225 0 0.52 0.01 0.11 301.53 0.69 0.66
Hex E4 6E E1 0 34 1 B 12E 45 42
Octal 344 156 341 0 64 1 13 456 105 102
Binary 11100100 1101110 11100001 0 110100 1 1011 100101110 1000101 1000010

Color Harmonies of #E46EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46EE1

Black with #E46EE1

Text Example


Text Example

White with #E46EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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