Html Css Color HEX #E46DDF Orchid

📋 copy color: '#E46DDF'

red 228 ◦ green 109 ◦ blue 223

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

Shades of Orchid #E46DDF

Tints of Orchid #E46DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.46%

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 40.71%
G = 19.46%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E46DDF (or 0xE46DDF) is known color: Orchid. HEX triplet: E4, 6D and DF. RGB value is (228,109,223). Sum of RGB (Red+Green+Blue) = 228+109+223=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DDF is #1B9220. Grayscale: #9D9D9D. Windows color (decimal): -1806881 or 14642660. OLE color: 14642660.

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

Color convert

RGB 228 109 223 -
CMYK 0 0.52 0.02 0.11
HSL 302.52º 0.69% 0.66% -
HSV(B) 302.52º 0.52% 0.89% -
XYZ 50.78 32.76 73.46 -
YUV 157.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 228 109 223 0 0.52 0.02 0.11 302.52 0.69 0.66
Hex E4 6D DF 0 34 2 B 12F 45 42
Octal 344 155 337 0 64 2 13 457 105 102
Binary 11100100 1101101 11011111 0 110100 10 1011 100101111 1000101 1000010

Color Harmonies of #E46DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46DDF

Black with #E46DDF

Text Example


Text Example

White with #E46DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46DDF; }

 p { color: rgb(228,109,223); }

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

background-color css

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

 a { background-color: rgb(228,109,223); }

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

border-color css

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

 span { border-color: rgb(228,109,223); }

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