Html Css Color HEX #E46FD1 Orchid

📋 copy color: '#E46FD1'

red 228 ◦ green 111 ◦ blue 209

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

Shades of Orchid #E46FD1

Tints of Orchid #E46FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 41.61%
G = 20.26%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E46FD1 (or 0xE46FD1) is known color: Orchid. HEX triplet: E4, 6F and D1. RGB value is (228,111,209). Sum of RGB (Red+Green+Blue) = 228+111+209=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD1 is #1B902E. Grayscale: #9C9C9C. Windows color (decimal): -1806383 or 13725668. OLE color: 13725668.

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

Color convert

RGB 228 111 209 -
CMYK 0 0.51 0.08 0.11
HSL 309.74º 0.68% 0.66% -
HSV(B) 309.74º 0.51% 0.89% -
XYZ 49.19 32.47 64 -
YUV 157.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 228 111 209 0 0.51 0.08 0.11 309.74 0.68 0.66
Hex E4 6F D1 0 33 8 B 136 44 42
Octal 344 157 321 0 63 10 13 466 104 102
Binary 11100100 1101111 11010001 0 110011 1000 1011 100110110 1000100 1000010

Color Harmonies of #E46FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FD1

Black with #E46FD1

Text Example


Text Example

White with #E46FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FD1; }

 p { color: rgb(228,111,209); }

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

background-color css

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

 a { background-color: rgb(228,111,209); }

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

border-color css

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

 span { border-color: rgb(228,111,209); }

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