Html Css Color HEX #E46DDA Orchid

📋 copy color: '#E46DDA'

red 228 ◦ green 109 ◦ blue 218

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

Shades of Orchid #E46DDA

Tints of Orchid #E46DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 41.08%
G = 19.64%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E46DDA (or 0xE46DDA) is known color: Orchid. HEX triplet: E4, 6D and DA. RGB value is (228,109,218). Sum of RGB (Red+Green+Blue) = 228+109+218=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DDA is #1B9225. Grayscale: #9C9C9C. Windows color (decimal): -1806886 or 14314980. OLE color: 14314980.

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

Color convert

RGB 228 109 218 -
CMYK 0 0.52 0.04 0.11
HSL 305.04º 0.69% 0.66% -
HSV(B) 305.04º 0.52% 0.89% -
XYZ 50.12 32.49 69.96 -
YUV 157.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 228 109 218 0 0.52 0.04 0.11 305.04 0.69 0.66
Hex E4 6D DA 0 34 4 B 131 45 42
Octal 344 155 332 0 64 4 13 461 105 102
Binary 11100100 1101101 11011010 0 110100 100 1011 100110001 1000101 1000010

Color Harmonies of #E46DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46DDA

Black with #E46DDA

Text Example


Text Example

White with #E46DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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