Html Css Color HEX #E46FD6 Orchid

📋 copy color: '#E46FD6'

red 228 ◦ green 111 ◦ blue 214

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

Shades of Orchid #E46FD6

Tints of Orchid #E46FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 41.23%
G = 20.07%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E46FD6 (or 0xE46FD6) is known color: Orchid. HEX triplet: E4, 6F and D6. RGB value is (228,111,214). Sum of RGB (Red+Green+Blue) = 228+111+214=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD6 is #1B9029. Grayscale: #9D9D9D. Windows color (decimal): -1806378 or 14053348. OLE color: 14053348.

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

Color convert

RGB 228 111 214 -
CMYK 0 0.51 0.06 0.11
HSL 307.18º 0.68% 0.66% -
HSV(B) 307.18º 0.51% 0.89% -
XYZ 49.82 32.72 67.31 -
YUV 157.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 228 111 214 0 0.51 0.06 0.11 307.18 0.68 0.66
Hex E4 6F D6 0 33 6 B 133 44 42
Octal 344 157 326 0 63 6 13 463 104 102
Binary 11100100 1101111 11010110 0 110011 110 1011 100110011 1000100 1000010

Color Harmonies of #E46FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FD6

Black with #E46FD6

Text Example


Text Example

White with #E46FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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